-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 852 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
{
"name": "spunky-tracker-server",
"version": "1.0.0",
"description": "Schiphol Developers Workshop Example GraphQL Server",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"development": "nodemon",
"start": "node ./lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kel-sakal-biyik/spunky-tracker-server.git"
},
"author": "Uğur Korfalı",
"license": "MIT",
"bugs": {
"url": "https://github.com/kel-sakal-biyik/spunky-tracker-server/issues"
},
"homepage": "https://github.com/kel-sakal-biyik/spunky-tracker-server#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"graphql": "^0.10.1",
"graphql-server-express": "^0.8.0",
"graphql-tools": "^1.0.0",
"nodemon": "^1.11.0"
}
}