forked from jclarke0000/MMM-MyCommute
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.07 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
40
41
42
43
44
45
46
{
"name": "mmmmycommute",
"version": "1.1.0",
"description": "MagicMirror Module for commute traffic times",
"main": "MMM-MyCommute.js",
"scripts": {
"test": "grunt",
"precommit": "grunt precommit"
},
"pre-commit": [
"precommit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/qistoph/MMM-MyCommute.git"
},
"keywords": [
"MagicMirror",
"Module",
"Traffic",
"Commute"
],
"author": "Jeff Clarke",
"license": "MIT",
"bugs": {
"url": "https://github.com/qistoph/MMM-MyCommute/issues"
},
"homepage": "https://github.com/qistoph/MMM-MyCommute#readme",
"dependencies": {
"moment": "^2.29.1",
"moment-duration-format": "^1.3.0",
"request": "^2.88.2"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-eslint": "^23.0.0",
"grunt-jsonlint": "^2.1.3",
"grunt-markdownlint": "^1.0.43",
"grunt-staged": "^0.1.0",
"grunt-stylelint": "^0.16.0",
"pre-commit": "^1.2.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "latest",
"time-grunt": "latest"
}
}