2013-10-18 14:55:48 +08:00
|
|
|
{
|
|
|
|
"name": "cylon",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "lib/cylon.js",
|
2013-10-20 05:36:40 +08:00
|
|
|
"description": "A JavaScript robotics framework for node.js",
|
|
|
|
"homepage": "http://cylonjs.com",
|
2013-10-19 14:06:20 +08:00
|
|
|
"bugs": "https://github.com/hybridgroup/cylon/issues",
|
2013-10-18 14:55:48 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Ron Evans",
|
|
|
|
"email": "",
|
|
|
|
"url": "http://hybridgroup.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-10-19 14:06:20 +08:00
|
|
|
"url": "https://github.com/hybridgroup/cylon"
|
2013-10-18 14:55:48 +08:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache 2.0"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"matchdep": "~0.1.1",
|
|
|
|
"grunt-contrib-jshint": "~0.6.0",
|
|
|
|
"grunt-contrib-watch": "~0.5.0",
|
|
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
|
|
"grunt-simple-mocha": "~0.4.0",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"sinon-chai": "~2.4.0",
|
|
|
|
"chai": "~1.7.2",
|
|
|
|
"mocha": "~1.12.1",
|
|
|
|
"sinon": "~1.7.3"
|
|
|
|
}
|
|
|
|
}
|