forked from brandonbaisch/nodejsbuilddeploy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 709 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 709 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
{
"name": "NodeExpress",
"version": "1.0.0",
"description": "Simple Node and Express sample app.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alexleventer/NodeExpress"
},
"author": "Alex Leventer <alexleventer@gmail.com> (alexleventer.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexleventer/NodeExpress/issues"
},
"homepage": "https://github.com/alexleventer/NodeExpress",
"dependencies": {
"body-parser": "^1.13.2",
"express": "^4.13.1",
"grunt": "^0.4.5",
"jade": "^1.10.0",
"nodemon": "^1.3.8",
"path": "^0.11.14",
"newrelic": "^1.20.0"
}
}