cylon/package.json

46 lines
1.0 KiB
JSON
Raw Normal View History

2013-10-18 14:55:48 +08:00
{
"name": "cylon",
2014-04-07 02:09:47 +08:00
"version": "0.13.1",
"main": "lib/cylon.js",
2013-11-07 22:23:59 +08:00
"description": "A JavaScript robotics framework using Node.js",
2013-10-20 05:36:40 +08:00
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon/issues",
2013-10-18 14:55:48 +08:00
"author": {
2013-12-04 10:23:52 +08:00
"name": "Ron Evans, Andrew Stewart, Edgar Silva, Mario 'Kuroir' Ricalde, Gize Bonilla, Adrian Zankich",
2013-10-29 10:28:19 +08:00
"email": "cylonjs@hybridgroup.com",
2013-10-18 14:55:48 +08:00
"url": "http://hybridgroup.com"
},
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon"
2013-10-18 14:55:48 +08:00
},
"licenses": [
{
"type": "Apache 2.0"
}
],
"hardware": {
"*": false,
"./": false,
"async": true,
"node-namespace": true,
2014-03-28 05:48:08 +08:00
"./lib": true
},
"engines" : {
"node" : ">= 0.10.20"
},
2013-10-18 14:55:48 +08:00
"devDependencies": {
2014-03-22 00:15:46 +08:00
"sinon-chai": "~2.5.0",
"chai": "~1.9.1",
"mocha": "~1.18.2",
"sinon": "~1.9.0",
2014-02-28 13:40:20 +08:00
"jshint": "~2.4.4"
},
"dependencies": {
2013-10-30 01:54:01 +08:00
"async": "~0.2.9",
"node-namespace": "~1.0.0",
"express": "~3.5.1",
2014-03-05 00:57:30 +08:00
"robeaux": ">= 0.0.4"
2013-10-18 14:55:48 +08:00
}
}