-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 864 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
{
"name": "MMM-SHL",
"version": "1.0.0",
"description": "[Magic Mirror](https://magicmirror.builders/) Module - Display current SHL stands and filter out team stands. Getting data from [Open SHL API](http://doc.openapi.shl.se/)",
"main": "MMM-SHL.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bureus/MMM-SHL.git"
},
"keywords": [],
"author": "bureus",
"license": "MIT",
"bugs": {
"url": "https://github.com/bureus/MMM-SHL/issues"
},
"homepage": "https://github.com/bureus/MMM-SHL#readme",
"dependencies": {
"request-promise": "^4.2.2",
"url": "^0.11.0",
"request": "^2.81.0",
"nodejs-base64-encode": "0.0.2"
}
}