forked from hybridgroup/cylon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (46 loc) · 1.05 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
46
47
48
49
50
51
52
53
54
{
"name": "cylon",
"version": "1.2.0",
"description": "A JavaScript robotics framework for Node.js",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon/issues",
"author": "The Hybrid Group <[email protected]>",
"contributors": [
"Ron Evans <[email protected]>",
"Andrew Stewart <[email protected]>",
"Edgar Silva <[email protected]>",
"Mario 'Kuroir' Ricalde <[email protected]>",
"Adrian Zankich <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware"
],
"hardware": {
"*": false,
"./": false,
"./lib": true,
"index.js": true
},
"engines" : {
"node" : ">= 0.10.20"
},
"devDependencies": {
"sinon-chai": "2.7.0",
"chai": "2.2.0",
"mocha": "2.2.4",
"sinon": "1.14.1",
"eslint": "0.22.1"
}
}