{ "name": "node-grovepi", "version": "2.2.0", "description": "GrovePi library for Node.js", "keywords": ["grovepi", "robot", "gpio", "i2c"], "dependencies": { "async": "1.*", "i2c-bus": "1.*", "npmlog": "2.*", "sleep": "3.*", "mathjs": "3.17.*" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/marcellobarile/GrovePi.git" }, "author": "Marcello Barile (http://www.barile.eu)", "license": "MIT", "bugs": { "url": "https://github.com/marcellobarile/GrovePi/issues" }, "homepage": "https://github.com/marcellobarile/GrovePi" }