forked from shippableSamples/sample_node_eb_paas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 735 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 735 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
32
{
"name": "sample_node_eb_paas",
"version": "0.0.0",
"description": "Testing eb deploy",
"main": "server.js",
"author": "shippable",
"version": "0.0.0",
"keywords": [],
"homepage": "https://github.com/shippable/sample_node_eb_paas",
"scripts": {
"test": "grunt",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Shippable/sample_node_eb_paas.git"
},
"contributors": [],
"dependencies": {
"ejs": "^2.4.1",
"express": "^4.2.0",
"nano": "^5.10.0",
"serve-favicon": "^2.3.0",
"nightwatch": "~0.5.10"
},
"devDependencies": {
"grunt": "^0.4.5"
},
"scripts": {
"test": "node ./server.js & ./node_modules/.bin/nightwatch"
}
}