higher-order-reducers
Version:
A library of simple everyday reducer utility functions
36 lines (35 loc) • 1.03 kB
JSON
{
"name": "higher-order-reducers",
"version": "2.1.0",
"description": "A library of simple everyday reducer utility functions ",
"main": "lib/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Nehle/higher-order-reducers.git"
},
"scripts": {
"lint": "eslint src test",
"test": "npm run compile && mocha --compilers js:babel-core/register test/**/*.spec.js",
"compile": "babel --presets es2015 -d lib/ src/",
"prepublish": "npm run lint && npm run compile"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "latest",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-react": "^6.9.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"is-plain-object": "^2.0.1",
"object-assign": "^4.1.1"
}
}