forked from juliuste/koleo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 879 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
43
44
45
46
47
{
"name": "koleo",
"description": "Client for the Polish Koleo (PKP) train API.",
"version": "1.0.1",
"keywords": [
"koleo",
"pkp",
"ic",
"intercity",
"poland",
"polish",
"api",
"railways",
"railway",
"train",
"warszawa"
],
"author": "Julius Tens <mail@juliustens.eu>",
"homepage": "https://github.com/juliuste/koleo",
"repository": "juliuste/koleo",
"bugs": "https://github.com/juliuste/koleo/issues",
"main": "./index.js",
"files": [
"index.js",
"lib/*"
],
"dependencies": {
"got": "^8.3.0",
"lodash.isdate": "^4.0.1",
"lodash.isnumber": "^3.0.3",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"moment": "^2.21.0"
},
"devDependencies": {
"tape": "^4.9.0",
"validate-fptf": "^1.2.4"
},
"scripts": {
"test": "node test.js",
"prepare": "npm test"
},
"engines": {
"node": ">=8"
},
"license": "ISC"
}