-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1 KB
/
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
41
42
43
44
{
"name": "JSProject",
"version": "0.0.0",
"description": "JSProject\r =========",
"main": "web.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node web.js production"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/maciejsto/JSProject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maciejsto/JSProject/issues"
},
"homepage": "https://github.com/maciejsto/JSProject",
"dependencies": {
"body-parser": "^1.3.0",
"connect": "^2.19.4",
"ejs": "^1.0.0",
"express": "^4.8.5",
"express-restify-mongoose": "^0.6.8",
"hbs": "*",
"lodash-node": "^2.4.1",
"logfmt": "^1.1.2",
"method-override": "^2.0.2",
"mongoose": "^3.8.16",
"mongoskin": "^1.4.4",
"rpi-gpio": "^0.5.0",
"socket.io": "*",
"socket.io-client": "^1.1.0",
"when": "^3.2.3"
},
"engines": {
"node": "0.10.x"
}
}