-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.09 KB
/
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
48
49
50
51
52
53
{
"name": "search-flix-locations",
"description": "Search for Flix/Flixbus/MeinFernbus cities & stations.",
"version": "2.23.1",
"main": "index.js",
"files": [
"index.js",
"tokenize.js",
"data"
],
"keywords": [
"flix",
"flixbus",
"meinfernbus",
"fernbus",
"bus",
"coach",
"flixtrain",
"train",
"stations"
],
"author": "Jannis R <mail@jannisr.de>",
"contributors": [
"Julius Tens <mail@juliustens.eu>"
],
"homepage": "https://github.com/derhuerst/search-flix-locations",
"repository": "derhuerst/search-flix-locations",
"bugs": "https://github.com/derhuerst/search-flix-locations/issues",
"license": "ISC",
"engines": {
"node": ">=4"
},
"dependencies": {
"hifo": "^1.0.0",
"lodash.maxby": "^4.6.0",
"slug": "^1.0.0",
"synchronous-autocomplete": "^2.1.1"
},
"devDependencies": {
"cli-autocomplete": "^0.4.1",
"flix": "^5.0.1",
"get-stream": "^5.1.0",
"is-roughly-equal": "^0.1.0",
"lodash.pick": "^4.4.0",
"so": "^1.0.1",
"tap-min": "^2.0.0",
"tape": "^5.0.0"
},
"scripts": {
"build": "node build.js",
"prepublishOnly": "npm run build"
}
}