{
  "name": "graphql-type-json",
  "version": "0.1.1",
  "description": "JSON scalar type for GraphQL.js",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "build": "rimraf lib && babel src -d lib",
    "lint": "eslint src test",
    "mocha": "mocha --compilers js:babel-register test",
    "prepublish": "npm run test && npm run build",
    "test": "npm run lint && npm run mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taion/graphql-type-json.git"
  },
  "keywords": [
    "graphql"
  ],
  "author": "Jimmy Jia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/taion/graphql-type-json/issues"
  },
  "homepage": "https://github.com/taion/graphql-type-json#readme",
  "peerDependencies": {
    "graphql": "^0.4.0 || ^0.5.0"
  },
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-plugin-add-module-exports": "^0.1.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-register": "^6.7.2",
    "chai": "^3.5.0",
    "eslint": "^2.8.0",
    "eslint-config-airbnb-base": "^1.0.4",
    "eslint-plugin-import": "^1.6.1",
    "graphql": "^0.5.0",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2"
  }
}
