add package.json

This commit is contained in:
Todd Treece 2016-05-19 10:41:33 -04:00
parent 783385becc
commit 4721523cbe

26
package.json Normal file
View 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"
}
}