55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"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 <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>"
|
|
],
|
|
|
|
"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"
|
|
}
|
|
}
|