2013-10-18 14:55:48 +08:00
|
|
|
{
|
|
|
|
"name": "cylon",
|
2014-04-22 07:15:30 +08:00
|
|
|
"version": "0.13.3",
|
2014-02-27 22:55:08 +08:00
|
|
|
"main": "lib/cylon.js",
|
2013-11-07 22:23:59 +08:00
|
|
|
"description": "A JavaScript robotics framework using Node.js",
|
2013-10-20 05:36:40 +08:00
|
|
|
"homepage": "http://cylonjs.com",
|
2013-10-19 14:06:20 +08:00
|
|
|
"bugs": "https://github.com/hybridgroup/cylon/issues",
|
2014-04-22 02:00:05 +08:00
|
|
|
|
|
|
|
"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>"
|
|
|
|
],
|
|
|
|
|
2013-10-18 14:55:48 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-10-19 14:06:20 +08:00
|
|
|
"url": "https://github.com/hybridgroup/cylon"
|
2013-10-18 14:55:48 +08:00
|
|
|
},
|
2014-04-22 02:00:05 +08:00
|
|
|
|
|
|
|
"license": "Apache 2.0",
|
|
|
|
|
2014-02-14 07:31:37 +08:00
|
|
|
"hardware": {
|
|
|
|
"*": false,
|
|
|
|
"./": false,
|
|
|
|
"async": true,
|
|
|
|
"node-namespace": true,
|
2014-03-28 05:48:08 +08:00
|
|
|
"./lib": true
|
2013-12-04 03:53:42 +08:00
|
|
|
},
|
2014-04-22 02:00:05 +08:00
|
|
|
|
2014-04-03 03:34:23 +08:00
|
|
|
"engines" : {
|
|
|
|
"node" : ">= 0.10.20"
|
|
|
|
},
|
2014-04-22 02:00:05 +08:00
|
|
|
|
2013-10-18 14:55:48 +08:00
|
|
|
"devDependencies": {
|
2014-04-22 02:00:05 +08:00
|
|
|
"sinon-chai": "2.5.0",
|
|
|
|
"chai": "1.9.1",
|
|
|
|
"mocha": "1.18.2",
|
|
|
|
"sinon": "1.9.1",
|
|
|
|
"jshint": "2.5.0"
|
2013-10-26 14:27:39 +08:00
|
|
|
},
|
2014-04-22 02:00:05 +08:00
|
|
|
|
2013-10-26 14:27:39 +08:00
|
|
|
"dependencies": {
|
2014-04-22 03:09:01 +08:00
|
|
|
"async": "0.7.0",
|
2014-04-22 02:00:05 +08:00
|
|
|
"node-namespace": "1.0.0",
|
|
|
|
"express": "3.5.1",
|
2014-04-22 05:20:44 +08:00
|
|
|
"robeaux": ">= 0.1.0"
|
2013-10-18 14:55:48 +08:00
|
|
|
}
|
|
|
|
}
|