UNPKG

bonescriptjtjk

Version:

Physical computing library for embedded Linux

52 lines (51 loc) 1.17 kB
{ "author": { "name": "Janne Koskinen", "email": "jtjk@iki.fi", "url": "http://github.com/jtjk/bonescript" }, "name": "bonescriptjtjk", "description": "Physical computing library for embedded Linux", "keywords": [ "embedded", "linux", "beagleboard", "beaglebone", "physical", "gpio", "arduino" ], "version": "0.5.1", "homepage": "http://github.com/jtjk/bonescript", "repository": { "type": "git", "url": "git://github.com/jtjk/bonescript" }, "main": "main", "engines": { "node": ">= 0.12.1" }, "dependencies": { "socket.io": "1.4.5", "systemd": "0.2.6", "winston": "2.1.1", "express": "4.13.4", "ffi": "2.0.0" }, "optionalDependencies": { "serialport": "2.0.6", "i2c": "0.2.1", "epoll": "0.1.17", "pi-spi": "1.0.1" }, "devDependencies": { "jscoverage": "~0.5.1", "nodeunit": "~0.9.0", "coveralls": "~2.10.0" }, "scripts": { "start": "node server.js", "test": "NODE_PATH=.. nodeunit test", "coveralls": "NODE_PATH=.. jscoverage src && NODE_PATH=.. BONESCRIPT_COV=1 nodeunit --reporter=lcov test | coveralls" } }