forked from BrianHepler/MMM-WeasleyClock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 765 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 765 Bytes
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
{
"name": "MMM-WeasleyClock",
"version": "0.1.0",
"description": "Magic Mirror Module for displaying Weasley Location Clock",
"main": "MMM-WeasleyClock.js",
"scripts": {
"test": "./node_modules/grunt/bin/grunt"
},
"author": "Brian Hepler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/BrianHepler/MMM-WeasleyClock.git"
},
"dependencies": {
"howler": "^2.1.3",
"mqtt": "4.0.0"
},
"devDependencies": {
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "^1.0.13",
"grunt-stylelint": "latest",
"grunt-yamllint": "^0.3.0",
"stylelint": "13.3.2",
"stylelint-config-standard": "latest",
"time-grunt": "latest"
}
}