-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 896 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 896 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
36
37
38
39
40
41
42
43
{
"name": "jscms-cli",
"version": "0.0.1",
"description": "jscms-cli",
"main": "index.js",
"bin": {
"jscms": "bin/cli.js"
},
"files": [
"index.js",
"README.md",
"bin",
"lib",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/js-cms/jscms-cli.git"
},
"author": "zhibing <17560235@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/js-cms/jscms-cli/issues"
},
"homepage": "https://github.com/js-cms/jscms-cli#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"fs-extra": "^7.0.1",
"lodash": "^4.17.11",
"marked": "^0.6.2",
"modelman": "^0.1.4",
"mongoose": "^5.4.19",
"semver": "^5.6.0"
},
"engines": {
"node": ">=8.9.0"
}
}