-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1002 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
37
38
39
40
41
42
43
44
45
46
{
"name": "mmm-scenes",
"version": "1.1.1",
"description": "MagicMirror Module to paging with animation",
"main": "MMM-Scenes.js",
"scripts": {
"standard": "npx standard",
"postinstall": "cp animations.mjs.origin animations.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMRIZE/MMM-Scenes.git"
},
"keywords": [
"MagicMirror",
"MM",
"paging",
"animation"
],
"author": "eouia0819@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/MMRIZE/MMM-Scenes/issues"
},
"homepage": "https://github.com/MMRIZE/MMM-Scenes#readme",
"dependencies": {
"body-parser": "^1.19.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint-plugin-html": "^6.2.0",
"markdown-toc": "^1.2.0",
"prettier-standard": "^13.0.6",
"standard": "^16.0.4"
},
"standard": {
"plugins": [
"html"
],
"parser": "babel-eslint",
"globals": [
"Module",
"MM"
]
}
}