UNPKG

johnny-five

Version:

Firmata based Arduino Programming Framework.

52 lines (51 loc) 1.22 kB
{ "name": "johnny-five", "description": "Firmata based Arduino Programming Framework.", "version": "0.6.1", "homepage": "https://github.com/rwldrn/johnny-five", "author": { "name": "Rick Waldron <waldron.rick@gmail.com>", "email": "waldron.rick@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/rwldrn/johnny-five.git" }, "bugs": { "url": "https://github.com/rwldrn/johnny-five/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/rwldrn/johnny-five/blob/master/LICENSE-MIT" } ], "main": "lib/johnny-five", "engines": { "node": ">=0.6.13" }, "scripts": { "test": "nodeunit test/board.js" }, "dependencies": { "colors": ">=0.5.1", "firmata": ">=0.2.0", "lodash": ">=0.1.0", "es6-collections": ">=0.0.1", "socket.io": "latest", "compulsive": "latest", "descriptor": "latest", "serialport": "latest" }, "devDependencies": { "nodeunit": ">=0.7.4", "colors": ">=0.5.1", "grunt": "~0.3.9", "firmata": ">=0.2.0", "lodash": ">=0.1.0", "es6-collections": ">=0.0.1", "socket.io": "latest", "compulsive": "latest" }, "keywords": [] }