-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
30 lines (30 loc) · 866 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
{
"name": "mmm-sl",
"version": "1.0.0",
"description": "This an extension for the [MagicMirror](https://github.com/MichMich/MagicMirror). It can fetch realtime information from SL.se and show departure times for the configured stops.",
"main": "MMM-SL.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teppos/MMM-SL.git"
},
"author": "Teppo Siirilä",
"license": "MIT",
"bugs": {
"url": "https://github.com/teppos/MMM-SL/issues"
},
"homepage": "https://github.com/teppos/MMM-SL#readme",
"dependencies": {
"moment": "latest",
"request": "^2.88.2"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "latest"
}
}