piglow-animations
Version:
piglow-animations is an extension for piglow that adds animation capabilities
40 lines (39 loc) • 858 B
JSON
{
"name": "piglow-animations",
"version": "2.0.0",
"description": "piglow-animations is an extension for piglow that adds animation capabilities",
"main": "index.js",
"author": "Manuel Ernst <seriousstuff@gmx.de>",
"repository": {
"type": "git",
"url": "https://github.com/seriousManual/node-piglow-animations"
},
"license": "MIT",
"dependencies": {
"depugger": "^1.0.0",
"hirestime": "^1.0.1",
"hoek": "^2.10.0",
"ptic": "^1.0.0",
"piglow": "^3"
},
"devDependencies": {
"mocha": "^2.0.1",
"chai": "^1.10.0",
"sandboxed-module": "^0.3.0",
"sinon": "^1.12.2"
},
"keywords": [
"pimoroni",
"piglow",
"raspberry pi",
"led",
"i2c",
"animations"
],
"scripts": {
"test": "./node_modules/.bin/mocha tests --timeout 5000"
},
"engine": {
"node": ">=4"
}
}