2017-05-03 17:56:02 +03:00
|
|
|
{
|
|
|
|
"name": "graphql-server",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "nodemon ./src/index.js --exec babel-node --presets es2015",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"babel-cli": "^6.24.1",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"graphql": "^0.9.6",
|
|
|
|
"graphql-server-hapi": "^0.7.2",
|
2017-05-10 19:51:07 +03:00
|
|
|
"graphql-subscriptions": "^0.3.1",
|
2017-05-03 17:56:02 +03:00
|
|
|
"graphql-tools": "^0.11.0",
|
|
|
|
"hapi": "^16.1.1",
|
|
|
|
"lodash": "^4.17.4",
|
2017-05-08 20:57:41 +03:00
|
|
|
"nodemon": "^1.11.0",
|
|
|
|
"param-case": "^2.1.1"
|
2017-05-03 17:56:02 +03:00
|
|
|
}
|
|
|
|
}
|