-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
39 lines (39 loc) · 1.02 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
39
{
"name": "mmm-sonos",
"version": "0.0.1",
"description": "A module for MagicMirror² to display informations about the currently playing songs on your Sonos system.",
"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",
"sonos",
"music"
],
"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"
}
}