-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 841 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
{
"name": "node-app",
"version": "1.0.0",
"description": "Base structure for node application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Antoine-Demailly/node-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Antoine-Demailly/node-app/issues"
},
"homepage": "https://github.com/Antoine-Demailly/node-app#readme",
"engines": {
"node": "v5.7.0"
},
"dependencies": {
"body-parser": "1.15.2",
"colors": "1.1.2",
"commander": "2.9.0",
"ejs": "2.3.4",
"express": "4.13.3",
"js-yaml": "3.4.6",
"mongoose": "4.3.4",
"node-schema-object": "3.3.4",
"socket.io": "1.3.7",
"underscore": "1.8.3"
}
}