cylon/package.json

53 lines
1.0 KiB
JSON

{
"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"
}
}