-
Notifications
You must be signed in to change notification settings - Fork 361
/
package.json
52 lines (44 loc) · 1.01 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
{
"name": "cylon",
"version": "1.3.0",
"description": "JavaScript framework for robotics, drones, and the Internet of Things (IoT) using Node.js",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon/issues",
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"contributors": [
"Contributors List (https://github.com/hybridgroup/cylon/blob/master/CONTRIBUTORS.markdown)"
],
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"drones",
"internet of things"
],
"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"
}
}