-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 750 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 750 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
{
"name": "ghost-on-heroku",
"description": "Just a blogging platform on Heroku.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/cobyism/ghost-on-heroku.git"
},
"bugs": "https://github.com/TryGhost/Ghost/issues",
"private": true,
"version": "0.11.3",
"dependencies": {
"casper": "TryGhost/Casper#1.3.4",
"express": "4.14.0",
"express-loadmill": "^0.1.4",
"ghost": "0.11.3",
"ghost-s3-storage-adapter": "3.0.4",
"loadmill-monitor": "^1.0.1",
"ncp": "^2.0.0",
"pg": "8.7.1",
"pg-native": "3.1.0"
},
"engines": {
"node": "~0.12.0"
},
"scripts": {
"postinstall": "ncp node_modules/casper content/themes/casper",
"start": "node server.js"
}
}