46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "cylon",
|
|
"version": "0.13.1",
|
|
"main": "lib/cylon.js",
|
|
"description": "A JavaScript robotics framework using Node.js",
|
|
"homepage": "http://cylonjs.com",
|
|
"bugs": "https://github.com/hybridgroup/cylon/issues",
|
|
"author": {
|
|
"name": "Ron Evans, Andrew Stewart, Edgar Silva, Mario 'Kuroir' Ricalde, Gize Bonilla, Adrian Zankich",
|
|
"email": "cylonjs@hybridgroup.com",
|
|
"url": "http://hybridgroup.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hybridgroup/cylon"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "Apache 2.0"
|
|
}
|
|
],
|
|
"hardware": {
|
|
"*": false,
|
|
"./": false,
|
|
"async": true,
|
|
"node-namespace": true,
|
|
"./lib": true
|
|
},
|
|
"engines" : {
|
|
"node" : ">= 0.10.20"
|
|
},
|
|
"devDependencies": {
|
|
"sinon-chai": "~2.5.0",
|
|
"chai": "~1.9.1",
|
|
"mocha": "~1.18.2",
|
|
"sinon": "~1.9.0",
|
|
"jshint": "~2.4.4"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.2.9",
|
|
"node-namespace": "~1.0.0",
|
|
"express": "~3.5.1",
|
|
"robeaux": ">= 0.0.4"
|
|
}
|
|
}
|