{ "name": "cylon", "version": "1.0.0", "main": "lib/cylon.js", "description": "A JavaScript robotics framework for Node.js", "homepage": "http://cylonjs.com", "bugs": "https://github.com/hybridgroup/cylon/issues", "author": "The Hybrid Group ", "contributors": [ "Ron Evans ", "Andrew Stewart ", "Edgar Silva ", "Mario 'Kuroir' Ricalde ", "Adrian Zankich " ], "repository": { "type": "git", "url": "https://github.com/hybridgroup/cylon" }, "license": "Apache-2.0", "hardware": { "*": false, "./": false, "async": true, "./lib": true }, "engines" : { "node" : ">= 0.10.20" }, "devDependencies": { "sinon-chai": "2.7.0", "chai": "2.2.0", "mocha": "2.2.4", "sinon": "1.14.1", "eslint": "0.19.0" }, "dependencies": { "async": "0.9.0" } }