first commit

This commit is contained in:
pandacraft 2025-03-21 16:04:17 +01:00
commit a5a0434432
1126 changed files with 439481 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{
"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"
}