-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 820 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 820 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
{
"name": "rover",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "node_modules/.bin/mocha -w"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"dgram": "^1.0.1",
"diff-steer": "0.0.2",
"express": "^4.15.3",
"geolib": "^2.0.22",
"johnny-five": "^0.10.0",
"joystick": "^0.1.2",
"jsonfile": "^3.0.0",
"microseconds": "^0.1.0",
"moment": "^2.18.1",
"mongodb": "^2.2.10",
"performance-now": "^2.1.0",
"request": "^2.75.0",
"serialport": "^4.0.7",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"winston": "^2.3.1"
},
"devDependencies": {
"mocha": "^3.2.0",
"socket.io-client": "^1.7.3",
"dualshock-controller": "^1.1.1",
"gamepad": "^1.4.2"
}
}