add package.json
This commit is contained in:
parent
783385becc
commit
4721523cbe
1 changed files with 26 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "mpr121",
|
||||
"version": "1.0.0",
|
||||
"description": "Access a MPR121 from Node.js",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/adafruit/node_mpr121.git"
|
||||
},
|
||||
"keywords": [
|
||||
"adafruit",
|
||||
"mpr121",
|
||||
"raspberry",
|
||||
"pi",
|
||||
"raspberry pi"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "Todd Treece <todd@uniontownlabs.org>",
|
||||
"bugs": {
|
||||
"url": "https://github.com/adafruit/node_mpr121/issues"
|
||||
},
|
||||
"homepage": "https://github.com/adafruit/node_mpr121",
|
||||
"dependencies": {
|
||||
"i2c-bus": "^1.0.3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue