-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 835 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
{
"name": "schiphol-graphql-api",
"version": "1.0.0",
"description": "An Express application to serve GraphQL interface for Schiphol API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kel-sakal-biyik/schiphol-graphql-api.git"
},
"keywords": [],
"author": "Ugur Korfali",
"license": "MIT",
"bugs": {
"url": "https://github.com/kel-sakal-biyik/schiphol-graphql-api/issues"
},
"homepage": "https://github.com/kel-sakal-biyik/schiphol-graphql-api#readme",
"dependencies": {
"apollo-server-express": "^1.3.2",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"graphql": "^0.11.7",
"graphql-tools": "^2.20.0"
},
"devDependencies": {
"nodemon": "^1.14.12"
}
}