-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1022 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
36
37
38
39
40
41
42
{
"name": "flying-mole-hud",
"version": "0.0.1",
"description": "HUD for flying-mole",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"start-test": "node tests/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/flying-mole/hud.git"
},
"author": "emersion",
"license": "MIT",
"engines": {
"node": "^4.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"broadway-player": "^0.1.1",
"c3": "^0.4.11-rc4",
"events": "^1.0.2",
"express": "^4.12.3",
"express-browserify-lite": "^0.1.2",
"express-ws": "^0.2.6",
"extend": "^2.0.1",
"i2c-bus": "^0.11.1",
"i2c-mpu6050": "^2.2.0",
"jquery": "^2.2.0",
"mpu6050-dmp": "^0.0.6",
"msgpack5": "^3.3.0",
"node-pid-controller": "^0.1.2",
"servoblaster": "^0.1.0",
"smoothie": "^1.27.0",
"stream-split": "^0.2.0",
"svg-injector": "^1.1.3",
"through": "^2.3.8",
"util": "^0.10.3"
}
}