forked from nodejitsu/persistent-ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 807 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 807 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
{
"name": "persistent-ghost",
"version": "0.7.2",
"description": "Wrapper to deploy the Ghost blog on Nodejitsu",
"main": "index.js",
"scripts": {
"start": "node index"
},
"homepage": "https://www.nodejitsu.com",
"keywords": "Ghost,blog,nodejitsu,persistent,layer,wrapper",
"author": "Martijn Swaagman",
"license": "MIT",
"repository": "https://github.com/nodejitsu/persistent-ghost",
"jitsu-install": "./config/post-install",
"bugs": {
"url": "http://github.com/nodejitsu/persistent-ghost/issues",
"email": "martijn@nodejitsu.com"
},
"dependencies": {
"async": "~0.9.0",
"chokidar": "~0.8.1",
"colors": "~0.6.2",
"ghost": "~0.4.2",
"mkdirp": "~0.5.0",
"mongodb": "~1.4.4",
"ncp": "~0.5.0"
},
"engines": {
"node": "0.10.x"
}
}