-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 788 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
{
"name": "BikeRaspberry",
"version": "1.0.0",
"description": "Software for a raspberry pi in a bike",
"main": "index.js",
"dependencies": {
"express": "^4.12.4",
"i2c-bus": "^0.11.2",
"i2c-mpu6050": "^2.2.1",
"lodash": "^3.9.3",
"onoff": "^1.0.2",
"pi-gpio": "^0.0.7",
"rpi-gpio": "^0.5.2",
"serialport": "^1.4.10",
"socket.io": "^1.3.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BikeBlocks/BikeRaspberry.git"
},
"author": "Maxence Aïci",
"license": "MIT",
"bugs": {
"url": "https://github.com/BikeBlocks/BikeRaspberry/issues"
},
"homepage": "https://github.com/BikeBlocks/BikeRaspberry"
}