-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.09 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": "cylon-7bot",
"version": "1.0.0",
"description": "a cylon.js package for controlling the 7bot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djbutler/cylon-7bot.git"
},
"author": "Dan Butler (djbutler)",
"license": "MIT",
"bugs": {
"url": "https://github.com/djbutler/cylon-7bot/issues"
},
"homepage": "https://github.com/djbutler/cylon-7bot#readme",
"dependencies": {
"bindings": "^1.2.1",
"bluebird": "^3.3.5",
"browser-serialport": "^2.0.3",
"cylon": "^1.3.0",
"cylon-api-socketio": "^0.4.0",
"cylon-firmata": "^0.24.0",
"cylon-gpio": "^0.28.0",
"cylon-i2c": "^0.26.0",
"define-properties": "^1.1.2",
"es6-shim": "^0.35.0",
"firmata": "^0.11.3",
"foreach": "^2.0.5",
"function-bind": "^1.1.0",
"minimist": "^1.2.0",
"nan": "^2.2.1",
"object-keys": "^1.0.9",
"object.assign": "^4.0.3",
"optimist": "^0.6.1",
"serialport": "^3.0.0",
"sf": "^0.1.8",
"wordwrap": "^1.0.0"
}
}