first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
27
Software/NodeJS/libs/package.json
Normal file
27
Software/NodeJS/libs/package.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue