-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 885 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
{
"name": "node-js-getting-started",
"version": "0.1.5",
"description": "A sample Node.js app using Express 4",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall":"bower install"
},
"dependencies": {
"ejs": "2.3.3",
"express": "4.13.3",
"bower":"^1.7.2"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heroku/node-js-getting-started.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"jshint-stylish": "^2.0.1",
"wiredep": "^2.2.2"
},
"bugs": {
"url": "https://github.com/heroku/node-js-getting-started/issues"
},
"homepage": "https://github.com/heroku/node-js-getting-started#readme",
"author": ""
}