{
  "name": "roc-web-react",
  "version": "1.0.0-beta7",
  "description": "React base extension for Roc Applications",
  "main": "lib/index.js",
  "bin": "lib/bin/index.js",
  "keywords": [
    "roc"
  ],
  "scripts": {
    "build": "babel src/roc --out-dir lib --source-maps",
    "build:watch": "npm run build -- --watch",
    "clean": "rimraf lib esdocs coverage",
    "test": "npm run lint && npm run test:coverage",
    "test:unit": "mocha --compilers js:babel/register --recursive test/",
    "test:unit:watch": "npm run test:unit -- --watch",
    "test:coverage": "babel-node ./node_modules/.bin/isparta cover _mocha -- --recursive test/",
    "lint": "eslint .",
    "check": "ncu",
    "esdocs": "esdoc -c esdoc.json",
    "prepublish": "npm test && npm run clean && npm run build && npm run esdocs"
  },
  "dependencies": {
    "babel": "~5.8.34",
    "babel-plugin-react-transform": "~1.1.1",
    "babel-runtime": "^5.1.11",
    "debug": "~2.2.0",
    "error": "~7.0.2",
    "history": "~1.12.5",
    "nunjucks": "~2.1.0",
    "pretty-error": "~1.2.0",
    "react": "~0.14.0",
    "react-a11y": "~0.2.6",
    "react-dom": "~0.14.0",
    "react-fetcher": "~0.2.0",
    "react-helmet": "~2.3.1",
    "react-redux": "~4.0.0",
    "react-router": "~1.0.0",
    "react-server-status": "~1.0.0",
    "react-transform-catch-errors": "~1.0.0",
    "react-transform-hmr": "~1.0.1",
    "redbox-react": "~1.1.0",
    "redux": "~3.0.2",
    "redux-api-middleware": "vgno/redux-api-middleware#v1.0.0-beta4",
    "redux-devtools": "v3.0.0-beta-3",
    "redux-devtools-dock-monitor": "1.0.0-beta-3",
    "redux-devtools-log-monitor": "1.0.0-beta-3",
    "redux-logger": "~2.1.3",
    "redux-simple-router": "~0.0.8",
    "redux-thunk": "~1.0.0",
    "roc": "1.0.0-beta3",
    "roc-web": "1.0.0-beta6",
    "serialize-javascript": "~1.1.1",
    "source-map-support": "~0.3.3",
    "yellowbox-react": "~0.9.1"
  },
  "devDependencies": {
    "babel-eslint": "~4.1.1",
    "esdoc": "~0.4.3",
    "esdoc-es7-plugin": "0.0.3",
    "esdoc-importpath-plugin": "0.0.1",
    "eslint": "~1.9.0",
    "eslint-config-vgno": "~5.0.0",
    "eslint-plugin-react": "~3.9.0",
    "npm-check-updates": "~2.5.1",
    "isparta": "~3.5.3",
    "codeclimate-test-reporter": "~0.1.1",
    "coveralls": "~2.11.4",
    "mocha": "~2.3.4",
    "chai": "~3.4.1",
    "sinon": "~1.17.2",
    "sinon-chai": "~2.8.0",
    "rimraf": "~2.4.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vgno/roc-web-react.git"
  },
  "roc": "1.0.0-alpha8",
  "author": "VG",
  "license": "MIT"
}
