{ "name": "cylon", "version": "0.16.0", "main": "lib/cylon.js", "description": "A JavaScript robotics framework using 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.5.0", "chai": "1.9.1", "mocha": "1.18.2", "sinon": "1.9.1" }, "dependencies": { "async": "0.7.0", "express": "4.4.1", "body-parser": "1.3.0", "robeaux": ">= 0.1.0" } }