-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1016 Bytes
/
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
{
"name": "ergo-cli",
"version": "0.2.1",
"description": "Command-line interface for ergo cms",
"main": "index.js",
"bin": {
"ergo": "cli.js"
},
"scripts": {
"test": "mocha test --require test/helpers/chai.js",
"update_skel": "node update.js https://github.com/ergo-cms/ergo-skel.git skel",
"xprepublish": "npm run update_skel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ergo-cms/ergo-cli.git"
},
"keywords": [
"cms",
"static",
"website",
"generator",
"blog"
],
"author": "cmroanirgo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ergo-cms/ergo-cli/issues"
},
"homepage": "https://github.com/ergo-cms/ergo-cli#readme",
"dependencies": {
"bluebird": "^3.4.7",
"cli-spinner": "^0.2.5",
"ergo-core": "latest",
"ergo-utils": "latest",
"fs-extra": "^1.0.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
}
}