{
  "name": "simple-redux-form",
  "version": "0.1.0",
  "description": "This is simplest redux form",
  "main": "./lib/index.js",
  "scripts": {
    "build": "npm run build:lib && npm run build:npm && npm run build:min",
    "build:lib": "babel src --out-dir lib",
    "build:npm": "NODE_ENV=development webpack src/index.js dist/simple-redux-form.js",
    "build:min": "NODE_ENV=production webpack src/index.js dist/simple-redux-form.min.js",
    "test": "mocha --compilers js:babel-register --recursive 'src/__test__/*'",
    "test:coverage": "npm run build:lib && istanbul cover _mocha -- recursive 'lib/__test__/*'",
    "test:lint": "eslint src",
    "show:coverage": "open coverage/lcov-report/index.html",
    "clean": "rimraf lib coverage dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mihirsoni/simple-redux-form.git"
  },
  "keywords": [
     "react",
     "reactjs",
     "flux",
     "redux",
     "react-redux",
     "tiny-redux-form",
     "simple-redux-form",
     "small-redux-form",
     "redux-form",
     "redux-form-validations",
     "forms",
     "decorator"
  ],
  "bugs": {
      "url": "https://github.com/mihirsoni/simple-redux-form/issues"
  },
  "npmName": "simple-redux-form",
  "dependencies": {
    "deep-equal": "^1.0.1"
  },
  "peerDependencies" : {
    "react": "^15.3.0",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-eslint": "^6.1.2",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.11.6",
    "deep-freeze": "0.0.1",
    "eslint": "^3.2.2",
    "eslint-config-airbnb": "^10.0.0",
    "eslint-plugin-import": "^1.12.0",
    "eslint-plugin-jsx-a11y": "^2.0.1",
    "eslint-plugin-react": "^6.0.0",
    "expect": "^1.20.2",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.1",
    "rimraf": "^2.5.4",
    "webpack": "^1.13.1"
  },
  "author": "Mihir Soni <mihirsoni.123@gmail.com> (http://mihir.pro)",
  "license": "MIT"
}
