grovepi/Software/NodeJS/libs/package.json
2025-03-21 16:04:17 +01:00

27 lines
788 B
JSON

{
"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 <marcello.barile@gmail.com> (http://www.barile.eu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcellobarile/GrovePi/issues"
},
"homepage": "https://github.com/marcellobarile/GrovePi"
}