-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 850 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": "mmm-movieinfo",
"version": "1.0.0",
"description": "Upcoming Movie Info Module for MagicMirror2",
"scripts": {
"lint": "./node_modules/.bin/eslint . && ./node_modules/.bin/stylelint ."
},
"repository": {
"type": "git",
"url": "git https://github.com/fewieden/MMM-MovieInfo.git"
},
"keywords": [
"MagicMirror",
"upcoming movies"
],
"author": "fewieden",
"license": "MIT",
"bugs": {
"url": "https://github.com/fewieden/MMM-MovieInfo/issues"
},
"homepage": "https://github.com/fewieden/MMM-MovieInfo#readme",
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"stylelint": "^7.8.0",
"stylelint-config-standard": "^16.0.0"
},
"dependencies": {
"moment": "^2.17.1",
"request": "^2.74.0"
}
}