forked from balassy/MMM-ModuleToggleButton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 KB
/
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
33
34
35
36
37
38
{
"name": "MMM-ModuleToggleButton",
"version": "1.0.0",
"description": "MagicMirror module that allows displaying and hiding modules when a hardware button is pushed",
"main": "MMM-ModuleToggleButton.js",
"author": "György Balássy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/balassy/MMM-ModuleToggleButton"
},
"keywords": [
"MagicMirror",
"module",
"button",
"raspberry"
],
"scripts": {
"postinstall": "node_modules/.bin/electron-rebuild -e ../../node_modules/electron"
},
"dependencies": {
"onoff": "latest"
},
"devDependencies": {
"electron-rebuild": "^1.2.1",
"eslint": "^5.0.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "^1.0.13",
"grunt-stylelint": "latest",
"grunt-yamllint": "latest",
"stylelint-config-standard": "latest",
"time-grunt": "latest"
}
}