-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 875 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
{
"name": "pi-tank",
"version": "0.6.0",
"description": "Raspberry Pi Tank, play with 🎮 PS DualShock 2 or scripts.",
"main": "src/pi-tank.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"pi-tank-web": "bin/web.js",
"pi-tank-joystick": "bin/joystick.js",
"pi-tank-play": "bin/play.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincent7128/Pi-Tank.git"
},
"keywords": [
"Raspberry Pi",
"GPIO",
"PWM",
"L239D",
"Joystick",
"DualShock"
],
"author": "Vincent Chen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vincent7128/Pi-Tank/issues"
},
"homepage": "https://vincent7128.github.io/Pi-Tank/",
"dependencies": {
"mime": "^2.1.0",
"pigpio": "^0.6.3",
"socket.io": "^2.0.4"
}
}