{
  "name": "reactql",
  "version": "4.10.0",
  "description": "Universal React+GraphQL starter kit: React, Apollo, Webpack 2, React Router 4, PostCSS, SSR",
  "main": "cli/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint .",
    "postinstall": "node cli/postinstall"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leebenson/reactql.git"
  },
  "keywords": [
    "apollo",
    "graphql",
    "postcss",
    "react",
    "reactjs",
    "starter-kit",
    "ssr",
    "universal",
    "webpack",
    "webpack2",
    "webpack-config",
    "postcss"
  ],
  "author": "Lee Benson <lee@leebenson.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leebenson/reactql/issues"
  },
  "homepage": "https://reactql.org",
  "bin": {
    "reactql": "bin/reactql"
  },
  "dependencies": {
    "boxen": "^1.2.1",
    "chalk": "^2.1.0",
    "cross-spawn": "^5.1.0",
    "fs-extra": "^4.0.1",
    "inquirer": "^3.2.3",
    "mkdirp": "^0.5.1",
    "node-emoji": "^1.8.1",
    "request": "^2.81.0",
    "semver": "^5.4.1",
    "sort-object": "^3.0.2",
    "spdx": "^0.5.1",
    "temp": "^0.8.3",
    "update-notifier": "^2.2.0",
    "yargs": "^8.0.2",
    "yauzl": "^2.8.0"
  },
  "devDependencies": {
    "eslint": "^4.5.0",
    "eslint-plugin-import": "^2.7.0"
  }
}
