led-canvas-led
Version:
Example LED class to be used by https://github.com/marionebl/led-canvas
42 lines (41 loc) • 1.16 kB
JSON
{
"name": "led-canvas-led",
"version": "0.0.4",
"description": "Example LED class to be used by https://github.com/marionebl/led-canvas",
"main": "lib/index.js",
"scripts": {
"prepublish": "mkdir -p ./lib && npm run build",
"build": "6to5 ./src --out-dir ./lib",
"test": "npm run test-spec && npm run test-coverage",
"test-spec": "mocha test/test-*.js",
"test-coverage": "istanbul cover _mocha --report lcovonly test/test-*.js",
"travis-coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/marionebl/led-canvas-led.git"
},
"keywords": [
"led",
"canvas",
"led-board"
],
"author": "Mario Nebl <hello@mario-nebl.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/led-canvas-led/issues"
},
"homepage": "https://github.com/marionebl/led-canvas-led",
"devDependencies": {
"6to5": "^1.9.10",
"chai": "^1.9.2",
"coveralls": "^2.11.2",
"deep-copy": "^1.0.0",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"sinon": "^1.10.3"
},
"dependencies": {
"object-assign": "^1.0.0"
}
}