{ "name": "cylon", "version": "0.22.1", "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 ", "Gize Bonilla ", "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.6.0", "chai": "1.10.0", "mocha": "2.0.1", "sinon": "1.12.1" }, "dependencies": { "async": "0.9.0" } }