forked from dbsystel/1BahnQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.77 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
54
{
"name": "1BahnQL",
"version": "0.0.1",
"description": "- [ ] Stationen (StaDa) - [ ] Fahrstühle (FaSta) - [ ] Fahrplan (Fahrplan-Free) - [ ] Flinkster - [ ] Betriebsstellen - [ ] Reisezentren - [ ] Parkplätze - [ ] https://github.com/derhuerst/db-zugradar-client - [ ] https://github.com/derhuerst/db-hafas - [ ] https://github.com/derhuerst/generate-db-shop-urls - [ ] https://github.com/derhuerst/find-db-station-by-name - [ ] https://github.com/derhuerst/european-transport-modules - [ ] https://github.com/derhuerst/vbb-lines - [ ] https://github.com/derhuerst/db-stations",
"main": "index.js",
"dependencies": {
"csv-parse": "^1.2.0",
"db-hafas": "^1.0.1",
"db-stations": "^1.8.0",
"express": "^4.15.2",
"express-graphql": "^0.6.6",
"graphiql": "^0.11.2",
"graphql": "^0.10.3",
"install": "^0.10.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"node-fetch": "^1.6.3",
"npm": "^4.5.0",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"safe-access": "^0.1.0",
"xml-js": "^1.2.2"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^4.2.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"chai-as-promised": "^7.1.1",
"mocha": "^3.4.2"
},
"scripts": {
"start": "node index.js",
"test": "mocha test --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbsystel/1BahnQL"
},
"keywords": [
"grapql",
"db",
"bahn"
],
"author": "Dennis Post, Lukas Schmidt",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbsystel/1BahnQL/issues"
},
"homepage": "https://github.com/dbsystel/1BahnQL#readme"
}