{
  "name": "fielddb-react",
  "version": "5.10.3",
  "description": "React/Redux components for FieldDB User Interfaces.",
  "homepage": "https://github.com/FieldDB/FieldDB/issues/milestones?state=closed",
  "repository": {
    "type": "git",
    "url": "git://github.com/FieldDB/FieldDB.git"
  },
  "bugs": {
    "url": "https://github.com/FieldDB/FieldDB/issues"
  },
  "keywords": [
    "fielddb",
    "react",
    "redux"
  ],
  "author": "FieldDB contributors <info@fielddb.org>",
  "contributors": [
    "cesine <cesine@yahoo.com>",
    "Tobin Skinner <tobin.skinner@gmail.com>",
    "Josh <josh.horner@gmail.com>",
    "hisakonog <hisakonog@gmail.com>",
    "Fieldlinguist <info@fieldlinguist.com>"
  ],
  "dependencies": {
    "babel-core": "^6.3.15",
    "babel-eslint": "^7.2.1",
    "babel-loader": "^6.2.0",
    "babel-plugin-react-transform": "^2.0.0",
    "babel-plugin-rewire": "^1.0.0-beta-5",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-hmre": "^1.0.1",
    "babel-register": "^6.5.1",
    "bluebird": "2.10.0",
    "body-parser": "^1.13.3",
    "debug": "^2.6.3",
    "fielddb": "https://github.com/FieldDB/FieldDB.git",
    "history": "^1.17.0",
    "immutable": "^3.8.1",
    "isomorphic-fetch": "^2.1.1",
    "marked": "^0.3.6",
    "q": "^1.2.0",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.4",
    "react-helmet": "^5.0.3",
    "react-redux": "^2.1.2",
    "react-router": "^2.8.1",
    "redux": "^3.0.0",
    "redux-logger": "^1.0.9",
    "redux-thunk": "^0.1.0",
    "serve-favicon": "^2.3.0",
    "superagent": "^3.5.2"
  },
  "main": "index.js",
  "engines": {
    "node": "~4.0 || ~6.0"
  },
  "scripts": {
    "build": "npm run webpack && gulp build",
    "build:production": "rimraf dist/ && NODE_ENV=production API_BASE_URL=http://localhost:8000 npm run webpack && API_BASE_URL=http://localhost:8000 NODE_ENV=production gulp build",
    "clean": "rimraf dist/",
    "lint": "eslint --fix --ext .jsx --ext .js .",
    "start": "echo 'TODO set up styleguide'",
    "start:watch": "echo 'TODO set up styleguide'",
    "test": "NODE_ENV=test mocha **/*-spec.js",
    "test:ci": "NODE_ENV=test NODE_PATH=./components mocha --compilers js:babel-register -r components/spec/support/setup.mocha.js --recursive 'components/**/*.test.js'",
    "test:watch": "NODE_ENV=test NODE_PATH=./components mocha --compilers js:babel-register -r components/spec/support/setup.mocha.js --recursive 'components/**/*.test.js' -w",
    "webpack": "webpack"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^3.3.0",
    "chai-as-promised": "^5.1.0",
    "concurrently": "^2.0.0",
    "crawl": "git://github.com/cesine/crawl.git",
    "enzyme": "^2.3.0",
    "eslint": "^3.18.0",
    "eslint-config-standard": "^6.0.0",
    "eslint-config-standard-react": "^4.0.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-promise": "^3.0.0",
    "eslint-plugin-react": "^6.0.0",
    "eslint-plugin-standard": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-concat": "^2.6.1",
    "gulp-load-plugins": "^1.2.0",
    "gulp-rev": "^6.0.1",
    "gulp-rev-all": "^0.8.24",
    "gulp-rev-replace": "^0.4.3",
    "gulp-sass": "^2.1.1",
    "gulp-sourcemaps": "^2.6.0",
    "jsdom": "^7.0.1",
    "jshint": "^2.9.4",
    "mocha": "^2.4.5",
    "nock": "^2.17.0",
    "rewire": "^2.3.4",
    "rewire-webpack": "^1.0.0",
    "rimraf": "^2.5.2",
    "run-sequence": "^1.2.2",
    "sinon": "^1.17.1",
    "sinon-chai": "^2.8.0",
    "webpack": "^2.2.0",
    "webpack-dev-server": "^2.2.0"
  }
}
