-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.27 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"author": {
"name": "[email protected]"
},
"bin": {
"fin": "bin/fin.js"
},
"bugs": {
"url": "https://github.com/Neverland/fin-cli/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "tangciwei",
"email": "[email protected]"
}
],
"dependencies": {
"beautify-vue": "^0.0.4",
"browser-sync": "^2.18.8",
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"console.table": "^0.8.0",
"etpl": "^3.2.0",
"exec-cmd": "^2.0.1",
"fs-extra": "^2.1.2",
"http-proxy": "^1.16.2",
"ip": "^1.1.5",
"js-yaml": "^3.8.3",
"ora": "^1.2.0",
"string": "^3.3.1"
},
"deprecated": false,
"description": "曼哈顿fin-cli",
"devDependencies": {},
"homepage": "https://github.com/Neverland/fin-cli#readme",
"keywords": [
"fin-cli",
"fin",
"Manhattan"
],
"license": "ISC",
"maintainers": [
{
"name": "neverland",
"email": "[email protected]"
}
],
"name": "fin-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/Neverland/fin-cli.git"
},
"scripts": {
"postinstall": "node ./figlet/index.js --harmory",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.8.3"
}