-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1007 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
43
{
"name": "pi-blu",
"version": "1.0.0",
"description": "",
"main": "app/index.js",
"dependencies": {
"@abandonware/noble": "^1.9.2-10",
"bancroft": "0.0.12",
"bluebird": "^3.3.5",
"exit-hook": "^1.1.1",
"gps-distance": "0.0.4",
"gpx-parse": "^0.10.4",
"hotswap": "^1.1.0",
"kefir": "^3.2.0",
"keypress": "^0.2.1",
"lodash": "^4.17.21",
"minimist": "^1.2.3",
"node-wifiscanner": "^0.2.1",
"rxjs": "^5.0.1",
"sirtet": "0.0.4",
"socket.io": "^1.4.5",
"sqlite3": "^4.2.0",
"xml2json": "^0.9.0"
},
"optionalDependencies": {
"bmp085": "^0.3.2",
"coffee-script": "^1.12.7",
"i2c": "^0.2.4",
"i2c-bus": "^4.0.7",
"lsm303-rx": "^2.0.0",
"oled-js-pi": "^1.0.5",
"onoff": "^3.2.2",
"pi-temperature": "^1.0.0",
"raspi-i2c": "^6.2.0",
"rpio": "^1.0.11"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}