forked from CFenner/MMM-Sonos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.23 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
{
"name": "mmm-sonos",
"version": "0.0.1",
"description": "[](https://codeclimate.com/github/CFenner/MMM-Sonos) [](https://github.com/jishi/node-sonos-http-api) [](https://choosealicense.com/licenses/mit/)",
"main": "MMM-Sonos.js",
"scripts": {
"validate:js": "eslint **/*.js",
"validate:css": "stylelint **/*.css",
"compile:css": "lessc MMM-Sonos.less MMM-Sonos.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CFenner/MMM-Sonos.git"
},
"keywords": [
"magicmirror"
],
"author": "CFenner",
"license": "MIT",
"bugs": {
"url": "https://github.com/CFenner/MMM-Sonos/issues"
},
"homepage": "https://github.com/CFenner/MMM-Sonos#readme",
"dependencies": {
"request": "2.88.2"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"less": "4.2.0",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0"
}
}