robotois-light-sensor
Version:
Node library for the light sensor module
42 lines (41 loc) • 974 B
JSON
{
"name": "robotois-light-sensor",
"version": "1.0.4",
"description": "Node library for the light sensor module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"light",
"sensor",
"robotois",
"IOT"
],
"author": "yovany@robotois.com",
"contributors": [
{
"name": "Armando Gonzalez",
"email": "iam@armando.mx",
"url": "http://armando.mx/"
}
],
"homepage": "https://github.com/Robotois/robotois-light-sensor",
"repository": {
"type": "git",
"url": "git+https://github.com/Robotois/robotois-light-sensor.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"
}
}