{
  "name": "ghost-gql",
  "version": "0.0.11",
  "description": "Filter query language for Ghost",
  "main": "index.js",
  "scripts": {
    "build": "jison src/gql.y src/gql.l -o dist/parser.js",
    "lint": "eslint lib test/*_spec.js",
    "test": "yarn build && yarn lint && NODE_ENV=testing mocha -- $(find test -name '*_spec.js')",
    "coverage": "NODE_ENV=testing istanbul cover --dir test/coverage _mocha -- $(find test -name '*._spec.js')",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
  },
  "author": "Ghost Foundation",
  "homepage": "http://ghost.org",
  "keywords": [
    "ghost",
    "api",
    "query"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/TryGhost/Ghost-GQL.git"
  },
  "engine": {
    "node": ">=6"
  },
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-plugin-ghost": "0.0.23",
    "istanbul": "0.4.5",
    "jison": "0.4.18",
    "knex": "0.8.6",
    "mocha": "4.0.1",
    "should": "13.1.0",
    "sinon": "4.0.1"
  }
}
