storybook/addons/graphql/demo/package.json
2017-09-29 23:36:38 +02:00

16 lines
337 B
JSON

{
"name": "graphql-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Muhammed Thanish <mnmtanish@gmail.com> (http://thanish.me/)",
"license": "MIT",
"dependencies": {
"cors": "^2.8.0",
"express": "^4.15.5",
"express-graphql": "^0.5.4",
"graphql": "^0.7.0"
}
}