{
  "name": "simpler-redux-form",
  "version": "0.3.73",
  "description": "Just like `redux-form` but much simpler",
  "main": "index.common.js",
  "module": "index.es6.js",
  "sideEffects": [
    "*.css"
  ],
  "peerDependencies": {
    "react": "^0.14.0 || ^0.15.0 || ^0.16.0",
    "react-dom": "^0.14.0 || ^0.15.0 || ^0.16.0",
    "redux": "*",
    "react-redux": "*"
  },
  "dependencies": {
    "hoist-non-react-statics": "^2.5.5",
    "prop-types": "^15.5.6",
    "scroll-into-view-if-needed": "1.5.0"
  },
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.5.0",
    "better-npm-run": "0.0.14",
    "chai": "^3.5.0",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.4.5",
    "npm-run-all": "^1.4.0",
    "react": "^15.2.1",
    "react-dom": "^15.2.1",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "rimraf": "^2.5.0"
  },
  "scripts": {
    "test": "mocha --compilers js:babel-core/register --colors --bail --reporter spec test/ --recursive",
    "test-coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --colors --reporter dot test/ --recursive",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-core/register --colors --reporter spec test/ --recursive",
    "clean-for-build": "rimraf ./build/**/* ./es6/**/*",
    "build-commonjs-modules": "better-npm-run build-commonjs-modules",
    "build-es6-modules": "better-npm-run build-es6-modules",
    "build": "npm-run-all clean-for-build build-commonjs-modules build-es6-modules",
    "prepublish": "npm-run-all build test"
  },
  "betterScripts": {
    "build-commonjs-modules": {
      "command": "babel ./source --out-dir ./build --source-maps",
      "env": {
        "BABEL_ENV": "commonjs"
      }
    },
    "build-es6-modules": {
      "command": "babel ./source --out-dir ./es6 --source-maps",
      "env": {
        "BABEL_ENV": "es6"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catamphetamine/simpler-redux-form.git"
  },
  "keywords": [
    "react",
    "redux",
    "form",
    "simple"
  ],
  "author": "catamphetamine <purecatamphetamine@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/catamphetamine/simpler-redux-form/issues"
  },
  "homepage": "https://github.com/catamphetamine/simpler-redux-form#readme"
}
