forked from hybridgroup/cylon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (44 loc) · 1.12 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": "0.21.2",
"main": "lib/cylon.js",
"description": "A JavaScript robotics framework for Node.js",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon/issues",
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"contributors": [
"Ron Evans <ron@hybridgroup.com>",
"Andrew Stewart <andrew@hybridgroup.com>",
"Edgar Silva <edgar@hybridgroup.com>",
"Mario 'Kuroir' Ricalde <mario@hybridgroup.com>",
"Gize Bonilla <gize@hybridgroup.com>",
"Adrian Zankich <adrian@hybridgroup.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon"
},
"license": "Apache 2.0",
"hardware": {
"*": false,
"./": false,
"async": true,
"./lib": true
},
"engines" : {
"node" : ">= 0.10.20"
},
"devDependencies": {
"sinon-chai": "2.6.0",
"chai": "1.10.0",
"mocha": "2.0.1",
"sinon": "1.12.1"
},
"dependencies": {
"async": "0.9.0",
"express": "4.10.5",
"body-parser": "1.10.0",
"robeaux": "0.3.0",
"lodash": "2.4.1"
}
}