forked from sphero-inc/sphero.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (37 loc) · 764 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "sphero",
"version": "0.3.0",
"description": "Sphero.js",
"homepage": "http://gosphero.com",
"bugs": "https://github.com/orbotix/sphero.js/issues",
"author": "Orbotix Inc.",
"repository": {
"type": "git",
"url": "https://github.com/orbotix/sphero.js"
},
"license": "MIT",
"keywords": [
"robot",
"robots",
"robotics",
"hardware",
"sphero",
"spherojs",
"sphero-js",
"orbotix"
],
"devDependencies": {
"sinon-chai": "2.7.0",
"chai": "2.3.0",
"sinon": "1.14.1",
"mocha": "2.2.5",
"grunt": "0.4.5",
"eslint": "0.22.1",
"browserify": "10.2.3",
"uglify-js": "2.4.23"
},
"dependencies": {
"serialport": "1.7.1",
"browser-serialport": "2.0.2"
}
}