-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 795 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "lain-cli",
"version": "0.2.6",
"description": "一个简易的脚本,实现的功能是能够从远程拉项目到本地",
"bin": {
"lain": "bin/lain"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caozihao/lain.git"
},
"keywords": [
"scion",
"cli",
"es6"
],
"author": "caozihao",
"license": "MIT",
"bugs": {
"url": "https://github.com/caozihao/lain/issues"
},
"homepage": "https://github.com/caozihao/lain#readme",
"dependencies": {
"chalk": "^1.1.3",
"cli-table": "^0.3.1",
"co": "^4.6.0",
"commander": "^2.9.0",
"download-git-repo": "^1.0.0",
"generate-readme": "^0.3.1",
"handlebars": "^4.0.8",
"inquirer": "^3.0.6",
"metalsmith": "^2.3.0",
"ora": "^1.2.0"
}
}