forked from alchemycs/spheron
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "hybridgroup-spheron",
"version": "0.4.0",
"description": "Fork of @alchemycs module to control the Sphero by Orbotix",
"main": "lib/index.js",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/spheron/issues",
"author": "Michael McHugh <developer@yrucalling.me>",
"contributors": [
"Michael McHugh <developer@yrucalling.me>",
"Edgar Silva <https://github.com/edgarsilva>"
],
"dependencies": {
"serialport": "^2.0.5",
"browser-serialport": "~2.0.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"should": "~1.2.2",
"mocha": "~1.12.0"
},
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "mocha -r should tests --recursive -R spec"
},
"keywords": [
"cylon",
"cylon-sphero",
"orbotix",
"sphero",
"nodebot",
"nodebots"
],
"repository": {
"type": "git",
"url": "git://github.com/hybridgroup/spheron.git"
},
"license": "Simplified BSD License"
}