redux-modules
Version:
A library for defining clear, boilerplate free Redux reducers.
68 lines (67 loc) • 1.75 kB
JSON
{
"name": "redux-modules",
"version": "1.1.1",
"description": "A library for defining clear, boilerplate free Redux reducers.",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register tests/**/*.js",
"build": "babel src --out-dir lib",
"lint": "eslint src tests",
"prepublish": "npm run build"
},
"keywords": [
"redux",
"reducer",
"react",
"modules",
"ducks",
"store"
],
"author": "Marcus Bernales",
"bugs": {
"url": "https://github.com/procore/redux-modules/issues"
},
"homepage": "https://github.com/procore/redux-modules",
"repository": {
"type": "git",
"url": "https://github.com/procore/redux-modules.git"
},
"license": "ISC",
"dependencies": {
"deep-assign": "^2.0.0",
"hoist-non-react-statics": "^1.2.0",
"lodash": "^4.16.4"
},
"peerDependencies": {
"prop-types": "^15.5.0",
"react": "^15.0.0",
"react-redux": "^5.0.0",
"redux": "^3.3.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.4",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"jsdom": "^9.3.0",
"mocha": "^2.4.5",
"mocha-sinon": "^1.1.5",
"react": "^15",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15",
"react-redux": "^5.0.5",
"redux": "^3.3.1",
"sinon": "^1.17.4"
}
}