{
  "name": "spaz-web",
  "version": "0.9.1",
  "description": "(Deprecated) Web App Microframework for building React SPA's with Express API backends",
  "author": "tgroshon",
  "license": "MIT",
  "repository": {
    "type" : "git",
    "url" : "https://github.com/tgroshon/spaz-web.git"
  },
  "bin": {
    "spaz": "./bin/spaz"
  },
  "scripts": {
    "build": "babel src -d lib"
  },
  "main": "lib/spaz.js",
  "dependencies": {
    "babel-core": "~6.9.0",
    "babel-polyfill": "~6.9.0",
    "babel-preset-es2015-node": "~6.0.1",
    "babel-preset-stage-0": "~6.5.0",
    "body-parser": "~1.15.1",
    "bunyan": "~1.8.1",
    "connect-requestid": "~1.1.0",
    "express": "~4.13.4",
    "express-validator-errors": "~2.1.0",
    "fs-extra": "^0.30.0",
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-eslint": "~6.0.4",
    "babel-preset-react": "~6.5.0",
    "eslint": "~2.10.2",
    "eslint-config-standard": "~5.3.1",
    "eslint-config-standard-react": "~2.4.0",
    "eslint-plugin-promise": "~1.1.0",
    "eslint-plugin-react": "~5.1.1",
    "eslint-plugin-standard": "~1.3.2",
    "middle-router": "~2.0.2",
    "react": "~15.1.0",
    "react-dom": "~15.1.0",
    "redux": "~3.5.2",
    "redux-devtools": "~3.3.1",
    "redux-logger": "~2.6.1",
    "redux-thunk": "~2.1.0"
  }
}
