-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 822 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 822 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
{
"name": "ghostrunner",
"version": "1.0.2",
"description": "A CLI for the Ghost blogging platform",
"main": "lib/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ghostrunner": "lib/cli.js"
},
"keywords": [
"ghost",
"cli",
"ndm"
],
"files": [
"lib",
"blueprints",
"*.md"
],
"author": "@aexmachina",
"license": "MIT",
"dependencies": {
"bower": "^1.3.12",
"bower-config": "^0.5.2",
"chalk": "^0.5.1",
"commander": "^2.6.0",
"fs-extra": "^0.14.0",
"inquirer": "^0.8.0",
"lodash": "^2.4.1",
"ncp": "^1.0.1",
"ndm": "^3.7.2",
"npm": "^2.1.17",
"pleasant-progress": "^1.0.2",
"readline2": "^0.1.0",
"resolve": "^1.0.0",
"rsvp": "^3.0.16",
"through": "^2.3.6"
}
}