2013-10-18 14:55:48 +08:00
|
|
|
{
|
|
|
|
"name": "cylon",
|
2015-07-02 06:23:14 +08:00
|
|
|
"version": "1.1.0",
|
2014-08-30 03:23:50 +08:00
|
|
|
"description": "A JavaScript robotics framework for 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>",
|
|
|
|
"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
|
|
|
|
2015-05-21 14:06:28 +08:00
|
|
|
"license": "Apache-2.0",
|
2014-04-22 02:00:05 +08:00
|
|
|
|
2015-06-06 01:35:33 +08:00
|
|
|
"keywords": [
|
|
|
|
"cylon",
|
|
|
|
"cylonjs",
|
|
|
|
"cylons",
|
2015-06-06 01:42:49 +08:00
|
|
|
"robot",
|
|
|
|
"robots",
|
2015-06-06 01:35:33 +08:00
|
|
|
"robotics",
|
|
|
|
"iot",
|
|
|
|
"hardware"
|
|
|
|
],
|
|
|
|
|
2014-02-14 07:31:37 +08:00
|
|
|
"hardware": {
|
|
|
|
"*": false,
|
|
|
|
"./": false,
|
2015-06-23 09:10:09 +08:00
|
|
|
"./lib": true,
|
|
|
|
"index.js": 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": {
|
2015-04-04 08:23:15 +08:00
|
|
|
"sinon-chai": "2.7.0",
|
|
|
|
"chai": "2.2.0",
|
2015-04-08 23:14:57 +08:00
|
|
|
"mocha": "2.2.4",
|
2015-04-15 12:49:12 +08:00
|
|
|
"sinon": "1.14.1",
|
2015-06-12 03:16:43 +08:00
|
|
|
"eslint": "0.22.1"
|
2013-10-18 14:55:48 +08:00
|
|
|
}
|
|
|
|
}
|