-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 895 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": "oebb-api",
"description": "A collection of functions to acess train shedules, arrivals/departures, station search and ticketinformation from the [OEBB(ÖBB)](https://www.oebb.at)",
"dependencies": {
"cookie": "^0.3.1",
"html2plaintext": "^1.1.1",
"lodash.merge": "^4.6.0",
"node-datetime": "^2.0.3",
"p-retry": "^1.0.0",
"randomatic": "^2.0.0",
"request": "^2.83.0",
"url": "^0.11.0"
},
"version": "1.0.6",
"main": "oebb.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mymro/oebb-api.git"
},
"keywords": [
"oebb"
],
"author": "Constantin Budin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mymro/oebb-api/issues"
},
"homepage": "https://github.com/mymro/oebb-api#readme"
}