-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 997 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 997 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
33
34
35
36
37
38
{
"name": "project-noderover",
"version": "1.0.0",
"description": "We are building a robot from scratch using node.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Schlap/project-noderover.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Schlap/project-noderover/issues"
},
"homepage": "https://github.com/Schlap/project-noderover",
"dependencies": {
"bcrypt": "^0.8.0",
"body-parser": "^1.9.3",
"chai": "^1.10.0",
"cookie-parser": "^1.3.3",
"ejs": "^1.0.0",
"express": "^4.10.3",
"express-ejs-layouts": "^1.1.0",
"express-session": "^1.9.2",
"johnny-five": "^0.8.28",
"mocha": "^2.0.1",
"mongodb": "^1.4.22",
"mongoose": "^3.8.20",
"request": "^2.49.0",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1",
"twit": "^1.1.18",
"zombie": "^2.2.1"
}
}