-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 849 Bytes
/
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
{
"name": "MagicMirror-Module-Template",
"version": "1.2.0",
"description": "Module Base template for create new modules for MagicMirror",
"main": "MagicMirror-Module-Template.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gjonesme/MMM-WeatherAlerts.git"
},
"keywords": [
"MagicMirror",
"MagicMirror²",
"Weather",
"Alerts",
"OpenWeatherMap"
],
"scripts": {
"test": "./node_modules/grunt/bin/grunt"
},
"author": "Rodrigo Ramírez Norambuena",
"license": "MIT",
"devDependencies": {
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "latest",
"grunt-stylelint": "latest",
"grunt-yamllint": "latest",
"stylelint": "latest",
"stylelint-config-standard": "latest",
"time-grunt": "latest"
}
}