-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.08 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
43
44
45
{
"name": "simplebot",
"version": "0.5.2",
"description": "A simple robotics platform designed to be used and built on a NodeBots Day event",
"main": "examples/simplebot.js",
"scripts": {
"test": "echo \"No test currently specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/nodebotsau/simplebot"
},
"keywords": [
"nodebots",
"johnny-five",
"simplebot",
"robots"
],
"author": "Andrew Fisher",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodebotsau/simplebot/issues"
},
"dependencies": {
"color-string": "^1.2.0",
"es6-collections": "^0.5.2",
"johnny-five": "^1.0.0",
"keypress": "^0.2.1",
"temporal": "^0.7.0"
},
"optionalDependencies": {
"ble-io": "^0.1.0",
"bleno": "^0.5.0",
"nodebots-interchange": "^2.0.0",
"udp-serial": "^0.2.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-string-replace": "^1.2.1"
}
}