{
  "name": "graphql-compose",
  "version": "0.0.1",
  "description": "GraphQL schema builder from different data sources with middleware extensions.",
  "files": [
    "es",
    "lib"
  ],
  "main": "lib/index.js",
  "jsnext:main": "es/index.js",
  "scripts": {
    "build": "npm run build-cjs && npm run build-es",
    "build-cjs": "rimraf lib && BABEL_ENV=cjs babel src -d lib",
    "build-es": "rimraf es && BABEL_ENV=es babel src -d es",
    "lint": "eslint src test *.js",
    "prepublish": "npm run build",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodkz/graphql-compose.git"
  },
  "keywords": [
    "graphql",
    "compose"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodkz/graphql-compose/issues"
  },
  "homepage": "https://github.com/nodkz/graphql-compose",
  "dependencies": {
    "babel-runtime": "^6.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-core": "^6.7.7",
    "babel-eslint": "^6.0.3",
    "babel-loader": "^6.2.4",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.7.5",
    "babel-polyfill": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-es2015-loose-native-modules": "^1.0.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.7.2",
    "babel-relay-plugin": "^0.8.0",
    "eslint": "^2.8.0",
    "eslint-config-airbnb": "^7.0.0",
    "eslint-plugin-jsx-a11y": "^0.6.2",
    "eslint-plugin-react": "^4.3.0",
    "graphql": "^0.4.18",
    "rimraf": "^2.5.2"
  }
}