forked from ralberth/MMM-MinecraftStatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 966 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
34
35
36
{
"name": "MMM-MinecraftStatus",
"version": "1.0.0",
"description": "MagicMirror module for Minecraft Status",
"license": "MIT",
"main": "MMM-MinecraftStatus.js",
"scripts": {
"test": "./node_modules/grunt/bin/grunt"
},
"author": "Rich Alberth",
"repository": {
"type": "git",
"url": "https://github.com/ralberth/MMM-MinecraftStatus"
},
"keywords": [
"MagicMirror",
"module",
"Minecraft"
],
"dependencies": {
"minecraft-ping": "1.0.0",
"npm": "^6.4.1"
},
"devDependencies": {
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "^1.0.13",
"grunt-stylelint": "latest",
"grunt-yamllint": "^0.3.0",
"stylelint": "^8.3.0",
"stylelint-config-standard": "latest",
"time-grunt": "latest",
"electron-rebuild": "^1.8.2"
}
}