led-canvas-matrix
Version:
Matrix Class providing basic data structures for led-canvas and led-canvas-text
34 lines (33 loc) • 820 B
JSON
{
"name": "led-canvas-matrix",
"version": "0.0.2",
"description": "Matrix Class providing basic data structures for led-canvas and led-canvas-text",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"prepublish": "npm run build",
"postpublish": "npm run reset",
"reset": "rm -r ./lib",
"build": "6to5 ./src --out-dir ./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/marionebl/led-canvas-matrix.git"
},
"keywords": [
"led",
"canvas",
"led-board"
],
"author": "Mario Nebl <hello@mario-nebl.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/led-canvas-matrix/issues"
},
"homepage": "https://github.com/marionebl/led-canvas-matrix",
"devDependencies": {
"6to5": "^1.9.10"
}
}