forked from huang-x-h/heroku-node-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 830 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
{
"name": "heroku-node-test",
"version": "0.0.0",
"description": "this is a example app",
"main": "web.js",
"scripts": {
"start": "node web.js",
"build": "npm run build:image && npm run clean",
"build:image": "node scripts/image.js",
"clean": "node scripts/clean.js"
},
"repository": {
"type": "git",
"url": "git://github.com/wangxh89/heroku-node-test.git"
},
"keywords": [
"example",
"heroku",
"for",
"nodejs"
],
"author": "wangxh89",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangxh89/heroku-node-test/issues"
},
"homepage": "https://github.com/wangxh89/heroku-node-test",
"devDependencies": {
"bluebird": "^3.3.1",
"bower": "^1.4.1",
"debug": "^2.2.0",
"express": "~4.9.x",
"gm": "^1.21.1",
"jade": "^1.9.2"
}
}