cylon-i2c
Version:
Cylon.js drivers for i2c devices
46 lines (40 loc) • 819 B
JSON
{
"name": "cylon-i2c",
"version": "0.26.1",
"description": "Cylon.js drivers for i2c devices",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon-i2c/issues",
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon-i2c"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"i2c"
],
"hardware": {
"*": false,
"./": false,
"./index.js": true,
"./lib": true
},
"devDependencies": {
"sinon-chai": "~2.4.0",
"chai": "~1.7.2",
"mocha": "~1.12.1",
"sinon": "~1.7.3",
"eslint": "0.22.1"
},
"dependencies": {
"cylon": "^1.3.0"
}
}