UNPKG

pi-tank

Version:

Raspberry Pi Tank, play with 🎮 PS DualShock 2 or scripts.

38 lines (37 loc) • 875 B
{ "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 <vincent@pinpin.link>", "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" } }