-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
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
{
"name": "motorized-sumobot",
"version": "1.0.0",
"description": "Example driving code for the Motorized Sumobot",
"main": "motor-sumo.js",
"scripts": {
"start": "node motor-sumo.js",
"flash-firmata": "firmata-party uno"
},
"repository": {
"type": "git",
"url": "git+https://github.com/norfolkjs/motorized-sumobot.git"
},
"dependencies": {
"crazyflie2-ble": "0.0.1",
"eslint": "4.4.1",
"johnny-five": "^0.9.58",
"keypress": "^0.2.1",
"play-sound": "1.1.1"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.4.1",
"eslint-config-airbnb-base": "11.3.1",
"eslint-config-airbnb-es5": "1.2.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-react": "7.2.0",
"firmata-party": "^1.3.2"
},
"keywords": [
"sumobot",
"sumobot-jr",
"nodebotsday",
"norfolkjs"
],
"author": "Linda Nichols <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/norfolkjs/motorized-sumobot/issues"
},
"homepage": "https://github.com/norfolkjs/motorized-sumobot#readme"
}