-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 959 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
34
35
36
37
38
39
40
41
42
{
"name": "meinfernbus-rest",
"description": "Meinfernbus/FlixBus REST API",
"version": "0.4.0",
"keywords": [
"bus",
"coach",
"flixbus",
"meinfernbus",
"api",
"http",
"rest"
],
"author": "Julius Tens <[email protected]>",
"homepage": "https://github.com/juliuste/meinfernbus-rest",
"repository": "juliuste/meinfernbus-rest",
"bugs": "https://github.com/juliuste/meinfernbus-rest/issues",
"main": "./index.js",
"dependencies": {
"compression": "^1.7.2",
"config": "^1.30.0",
"corser": "^2.0.1",
"express": "^4.16.3",
"meinfernbus": "^3.0.0",
"moment-timezone": "^0.5.21",
"nocache": "^2.0.0",
"search-meinfernbus-locations": "^2.9.0"
},
"peerDependencies": {
"forever": "^0.15.3"
},
"scripts": {
"start": "forever start --uid meinfernbus-rest -a index.js",
"stop": "forever stop meinfernbus-rest",
"ssh": "ssh meinfernbus",
"deploy": "./deploy"
},
"engines": {
"node": ">=8"
},
"license": "ISC"
}