{
  "name": "restful-redux",
  "version": "6.1.1",
  "description": "REST-oriented action creator, reducer and other associated utilities",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "keywords": [
    "redux",
    "react",
    "REST",
    "model"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jhudson8/restful-redux.git"
  },
  "dependencies": {
    "create-react-class": "^15.6.3",
    "object-assign": "^4.1.1"
  },
  "devDependencies": {
    "@types/react": "^16.0.38",
    "babel-cli": "^6.16.0",
    "babel-eslint": "^7.1.1",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-latest": "^6.16.0",
    "babel-preset-react": "^6.16.0",
    "chai": "^3.5.0",
    "enzyme": "^2.4.1",
    "eslint": "^3.12.2",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-react": "^6.8.0",
    "mocha": "^3.1.1",
    "normalizr": "^3.2.0",
    "react": "^15.6.2",
    "react-addons-test-utils": "^15.3.2",
    "react-dom": "^15.6.2",
    "sinon": "^1.17.6"
  },
  "peerDependencies": {
    "react": "*"
  },
  "scripts": {
    "test:lint": "eslint src",
    "test:unit": "rm -rf .test mkdir .test && tsc src/*.ts --outDir .test/src && babel tests --out-dir .test/tests && mocha --recursive .test/tests",
    "test": "npm run test:unit",
    "build": "rm -rf lib && rm -rf .test && tsc src/*.ts --outDir lib --declaration",
    "prepublish": "npm run build",
    "postpublish": "rm -rf .test rm -rf lib"
  },
  "author": "Joe Hudson <joehud@gmail.com>",
  "license": "MIT"
}
