2013-10-18 14:55:48 +08:00
|
|
|
{
|
|
|
|
"name": "cylon",
|
2013-10-30 15:44:08 +08:00
|
|
|
"version": "0.2.0",
|
2013-10-23 03:21:09 +08:00
|
|
|
"main": "dist/cylon.js",
|
2013-10-29 10:28:19 +08:00
|
|
|
"description": "A JavaScript robotics framework using node.js",
|
2013-10-20 05:36:40 +08:00
|
|
|
"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": {
|
2013-10-29 10:28:19 +08:00
|
|
|
"name": "Ron Evans, Andrew Stewart, Edgar Silva",
|
|
|
|
"email": "cylonjs@hybridgroup.com",
|
2013-10-18 14:55:48 +08:00
|
|
|
"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",
|
2013-10-24 10:08:54 +08:00
|
|
|
"sinon": "~1.7.3"
|
2013-10-26 14:27:39 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-10-30 01:54:01 +08:00
|
|
|
"async": "~0.2.9",
|
2013-10-30 07:15:18 +08:00
|
|
|
"node-namespace": "~1.0.0",
|
2013-11-02 06:22:50 +08:00
|
|
|
"express.io": "~1.1.13"
|
2013-10-18 14:55:48 +08:00
|
|
|
}
|
|
|
|
}
|