-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.47 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
{
"name": "fecom",
"version": "1.5.0",
"description": "A magic component management tool",
"bin": "bin/fecom",
"main": "lib/fecom.js",
"scripts": {
"test": "node ./test/test.js",
"coverage": "istanbul cover --captureExceptions ./test/test.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icefox0801/fecom.git"
},
"keywords": [
"component",
"management",
"front-end"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/icefox0801/fecom/issues"
},
"homepage": "https://github.com/icefox0801/fecom#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"bluebird": "^3.3.5",
"cli-spinner": "^0.2.5",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"fs-extra": "^0.30.0",
"gitlab": "^1.6.0",
"glob": "^7.0.3",
"graceful-fs": "^4.1.4",
"ini": "^1.3.4",
"inquirer": "^1.0.2",
"install": "^0.7.3",
"jsonfile": "^2.3.0",
"liftoff": "^2.2.1",
"lodash": "^4.12.0",
"log4js": "^0.6.36",
"moment": "^2.13.0",
"nodegit": "^0.14.1",
"os-locale": "^1.4.0",
"progress": "^1.1.8",
"semver": "^5.1.0",
"treeify": "^1.0.1",
"yamljs": "^0.2.7"
},
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"jasmine": "^2.4.1",
"mock-stdin": "^0.3.0",
"node-expect": "^0.1.0"
}
}