UNPKG

robotois-led

Version:

Library for managing the state of a LED.

41 lines (40 loc) 891 B
{ "name": "robotois-led", "version": "1.0.6", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "LED", "robotois", "IOT" ], "author": "yovany@robotois.com", "contributors": [ { "name": "Armando Gonzalez", "email": "iam@armando.mx", "url": "http://armando.mx/" } ], "homepage": "https://github.com/Robotois/robotois-led", "repository": { "type": "git", "url": "git+https://github.com/Robotois/robotois-led.git" }, "license": "ISC", "dependencies": { "bindings": "^1.2.1" }, "gypfile": true, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.16.1", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.0" } }