forked from boghammar/MMM-SL-PublicTransport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 941 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
{
"name": "mmm-sl-publictransport",
"version": "1.0.0",
"description": "Get departures for a station using the SL API's (Stockholm/Sweden)",
"main": "index.js",
"scripts": {
"start": "..\\..\\node_modules\\electron\\dist\\electron.exe ..\\..\\js\\electron.js",
"test": "echo \"Error: no test specified\" && exit 1",
"station": "node findStation.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boghammar/MMM-SL-PublicTransport.git"
},
"keywords": [
"magicmirror",
"publictransport"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/boghammar/MMM-SL-PublicTransport/issues"
},
"homepage": "https://github.com/boghammar/MMM-SL-PublicTransport#readme",
"dependencies": {
"https-proxy-agent": "^2.1.0",
"lodash": "^4.17.11",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"url": "^0.11.0"
}
}