robotois-motors
Version:
Node library to control the robotois motors component
37 lines (36 loc) • 811 B
JSON
{
"name": "robotois-motors",
"version": "1.0.4",
"description": "Node library to control the robotois motors component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"robotois-motors",
"motors",
"robotois",
"IOT"
],
"author": "yovany@robotois.com",
"contributors": [
{
"name": "Armando Gonzalez",
"email": "iam@armando.mx",
"url": "http://armando.mx/"
}
],
"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"
}
}