ws2801-connect
Version:
A javascript class to control a WS2801 led stripe
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "ws2801-connect",
"description": "A javascript class to control a WS2801 led stripe",
"version": "1.2.2",
"keywords": [
"ws2801",
"raspberry",
"raspberry pi",
"pi",
"led",
"stripe",
"led stripe",
"spi"
],
"author": "Armin Junge",
"license": "MIT",
"repository": "git://github.com/Vertumnus/js-ws2801-connect.git",
"bugs": {
"url": "https://github.com/Vertumnus/js-ws2801-connect/issues"
},
"contributors": [],
"directories": {
"lib": "./lib",
"doc": "./doc",
"src": "./src",
"test": "./test"
},
"dependencies": {
"color": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "github:gruntjs/grunt-contrib-uglify#harmony",
"grunt-coveralls": "^1.0.1",
"grunt-jsdoc": "^2.1.0",
"grunt-npm-command": "^0.1.2",
"mock-require": "^2.0.2",
"uglify-es": "github:mishoo/UglifyJS2#harmony"
},
"scripts": {
"test": "mocha",
"coverage": "nyc --reporter=lcov mocha"
}
}