26 lines
591 B
JSON
26 lines
591 B
JSON
{
|
|
"name": "adafruit-mpr121",
|
|
"version": "1.0.0",
|
|
"description": "Access the MPR121 breakout 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": "^5.2.1"
|
|
}
|
|
}
|