piglow
Version:
javascript interface for the piglow
35 lines (34 loc) • 674 B
JSON
{
"name": "piglow",
"version": "3.0.1",
"description": "javascript interface for the piglow",
"main": "index.js",
"author": "Manuel Ernst <zaphod84@gmx.de>",
"repository": {
"type": "git",
"url": "https://github.com/seriousManual/node-piglow"
},
"license": "MIT",
"dependencies": {
"i2c": "0.2.3",
"sigmund": "^1.0.0"
},
"devDependencies": {
"mocha": "^3.0.2",
"chai": "^3.5.0",
"sandboxed-module": "^2.0.3"
},
"keywords": [
"pimoroni",
"piglow",
"raspberry pi",
"led",
"i2c"
],
"scripts": {
"test": "./node_modules/.bin/mocha tests --timeout 5000"
},
"engine": {
"node": ">=4"
}
}