forked from alexrashed/oeffimonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 936 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": "oeffimonitor",
"version": "0.1.2",
"description": "Displays an info screen with the next Wiener Linien public transport connections nearby.",
"main": "server/httpd.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "NODE_ENV='production' node server/httpd.js"
},
"repository": {
"type": "git",
"url": "https://github.com/metalab/oeffimonitor"
},
"author": "Metalab (https://metalab.at)",
"contributors": [
"Bernhard Hayden <hello@nini.su> (https://github.com/burnoutberni)",
"Moritz Wilhelmy (http://barfooze.de)",
"Jascha Ehrenreich <jascha@jaeh.at> (https://jaeh.at)"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/metalab/oeffimonitor/issues"
},
"homepage": "https://github.com/metalab/oeffimonitor",
"dependencies": {
"apicache": "^0.8.1",
"express": "^4.14.0",
"oebb-api": "^1.0.8",
"moment": "^2.29.1"
}
}