{
  "name": "@risingstack/graffiti-mongoose",
  "version": "5.3.0",
  "description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
  "main": "lib/index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha --compilers js:babel-register 'src/**/*.spec.js'",
    "eslint": "eslint src",
    "prepublish": "npm run build",
    "build": "rm -rf lib/* && babel src --ignore *.spec.js --out-dir lib",
    "coverage": "NODE_ENV=test babel-istanbul cover _mocha 'src/**/*.spec.js'"
  },
  "author": "RisingStack",
  "repository": {
    "type": "git",
    "url": "git@github.com:RisingStack/graffiti-mongoose.git"
  },
  "bugs": {
    "url": "https://github.com/RisingStack/graffiti-mongoose/issues"
  },
  "homepage": "https://github.com/RisingStack/graffiti-mongoose#readme",
  "license": "MIT",
  "keywords": [
    "GraphQL",
    "graffiti",
    "mongoose",
    "ORM",
    "Relay"
  ],
  "dependencies": {
    "babel-runtime": "6.11.6",
    "graphql-relay": "0.4.3",
    "lodash": "4.16.0"
  },
  "peerDependencies": {
    "graphql": "^0.7.0"
  },
  "devDependencies": {
    "babel": "6.5.2",
    "babel-cli": "6.14.0",
    "babel-eslint": "6.1.2",
    "babel-istanbul": "0.11.0",
    "babel-plugin-array-includes": "2.0.3",
    "babel-plugin-transform-runtime": "6.15.0",
    "babel-preset-es2015": "6.14.0",
    "babel-preset-stage-0": "6.5.0",
    "babel-register": "6.14.0",
    "chai": "3.5.0",
    "chai-subset": "1.3.0",
    "eslint": "3.5.0",
    "eslint-config-airbnb-base": "7.1.0",
    "eslint-plugin-import": "1.14.0",
    "graphql": "0.7.0",
    "mocha": "3.0.2",
    "mongoose": "4.6.0",
    "objectid": "3.2.1",
    "pre-commit": "1.1.3",
    "sinon": "1.17.6",
    "sinon-chai": "2.8.0"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
