forked from PatriceG/MMM-MPR121
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 835 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "Magic-Mirror-Module-CAP1188",
"version": "0.0.1",
"description": "A module for connecting a CAP1188 touch controller.",
"repository": {
"type": "git",
"url": "git+https://github.com/ASCIIcat/MMM-CAP1188"
},
"keywords": [
"magic mirror",
"smart mirror",
"buttons",
"touch",
"module"
],
"author": "ASCIIcat",
"contributors": "git+https://github.com/ASCIIcat/MMM-CAP1188/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/ASCIIcat/MMM-CAP1188/issues"
},
"homepage": "git+https://github.com/ASCIIcat/MMM-CAP1188#readme",
"scripts": {
"postinstall": "node_modules/.bin/electron-rebuild -e ../../node_modules/electron"
},
"dependencies": {
"raspi-cap":"latest"
},
"devDependencies": {
"electron-rebuild": "^1.2.1"
}
}