54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "cylon",
|
|
"version": "0.11.0",
|
|
"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,
|
|
"./lib/cli": false
|
|
},
|
|
"bin": {
|
|
"cylon": "./bin/cylon"
|
|
},
|
|
"devDependencies": {
|
|
"sinon-chai": "~2.4.0",
|
|
"chai": "~1.7.2",
|
|
"mocha": "~1.12.1",
|
|
"sinon": "~1.7.3",
|
|
"jshint": "~2.4.4"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.2.9",
|
|
"node-namespace": "~1.0.0",
|
|
"express.io": "~1.1.13",
|
|
|
|
"wrench": "~1.5.4",
|
|
"glob": "~3.2.7",
|
|
"ejs": "~0.8.5",
|
|
"commander": "~2.1.0",
|
|
"globule": "~0.2.0",
|
|
|
|
"robeaux": ">= 0.0.4"
|
|
}
|
|
}
|