{
  "name": "graphql-tag",
  "version": "2.4.2",
  "description": "A JavaScript template literal tag that parses GraphQL queries",
  "main": "./lib/graphql-tag.umd.js",
  "module": "./src/index.js",
  "jsnext:main": "./src/index.js",
  "scripts": {
    "bundle": "rollup -c && cp src/index.js.flow lib/graphql-tag.umd.js.flow",
    "test": "mocha --require babel-register",
    "prepublish": "npm run bundle"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollostack/graphql-tag.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollostack/graphql-tag/issues"
  },
  "homepage": "https://github.com/apollostack/graphql-tag#readme",
  "dependencies": {},
  "devDependencies": {
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "chai": "^4.0.2",
    "graphql": "^0.10.0",
    "mocha": "^3.4.1",
    "rollup": "^0.42.0"
  },
  "peerDependencies": {
    "graphql": "^0.9.0 || ^0.10.0"
  }
}
