{
  "name": "@javiercrowsoft/graffiti",
  "version": "3.0.10",
  "description": "Hapi plugin for GraphQL",
  "main": "lib/index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha --compilers js:babel-register --require babel-polyfill --require co-mocha 'src/**/*.spec.js'",
    "eslint": "eslint src",
    "prepublish": "npm test && npm run build",
    "build": "rm -rf lib/* && babel src --ignore *.spec.js --out-dir lib"
  },
  "author": "Javier Alvarez",
  "repository": {
    "type": "git",
    "url": "git@github.com:javiercrowsoft/graffiti.git"
  },
  "license": "MIT",
  "keywords": [
    "GraphQL",
    "graffiti",
    "express",
    "hapi",
    "koa",
    "ORM"
  ],
  "bugs": {
    "url": "https://github.com/RisingStack/graffiti/issues"
  },
  "homepage": "https://github.com/RisingStack/graffiti#readme",
  "dependencies": {
    "boom": "3.1.2"
  },
  "peerDependencies": {
    "graphql": "^0.6.0"
  },
  "devDependencies": {
    "babel": "6.5.2",
    "babel-cli": "6.7.7",
    "babel-eslint": "6.0.4",
    "babel-polyfill": "6.7.4",
    "babel-preset-es2015": "6.6.0",
    "babel-preset-stage-0": "6.5.0",
    "babel-register": "6.7.2",
    "chai": "3.5.0",
    "chai-subset": "1.2.2",
    "co-mocha": "1.1.2",
    "eslint": "2.9.0",
    "eslint-config-airbnb": "8.0.0",
    "eslint-plugin-import": "1.6.1",
    "eslint-plugin-react": "5.0.1",
    "express": "4.13.4",
    "graphql": "0.6.0",
    "hapi": "13.3.0",
    "koa": "2.0.0-alpha.2",
    "mocha": "2.4.5",
    "pre-commit": "1.1.2",
    "sinon": "1.17.3",
    "sinon-chai": "2.8.0"
  },
  "pre-commit": [
    "eslint",
    "test"
  ],
  "babel": {
    "presets": [
      "stage-0",
      "es2015"
    ]
  }
}
