-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 891 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
{
"name": "pi2d2",
"version": "1.0.0",
"description": "Pi2D2 is a RaspberryPi R2D2 clone made for University College Cork Introduction to University Programme to demonstrate to school kids how easy it is to make robots",
"main": "pi2d2.js",
"dependencies": {
"epocjs": "^2.1.3",
"firebase-admin": "^4.2.1",
"gamepad": "^1.6.0",
"keypress": "^0.2.1",
"onoff": "^1.1.2",
"socket.io-client": "^2.1.1"
},
"scripts": {
"start": "npm install && node pi2d2.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piotrekkmt/pi2d2.git"
},
"keywords": [
"pi2d2",
"raspberrypi",
"r2d2",
"robot"
],
"author": "Peter Poliwoda (http://www.peterpoliwoda.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/piotrekkmt/pi2d2/issues"
},
"homepage": "https://github.com/piotrekkmt/pi2d2#readme"
}