Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created June 23, 2016 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/7387b3e970b85757b5dfae8de778910b to your computer and use it in GitHub Desktop.
Save chuck0523/7387b3e970b85757b5dfae8de778910b to your computer and use it in GitHub Desktop.
{
"name": "hello-graphql",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel-node index.js --presets \"es2015\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0"
},
"dependencies": {
"graphql": "^0.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment