UNPKG

redux-reorder

Version:

Higher-order reducer that tracks order fluctuation within iterable state

71 lines (70 loc) 1.85 kB
{ "name": "redux-reorder", "version": "0.0.3", "description": "Higher-order reducer that tracks order fluctuation within iterable state", "author": "Kevin Donahue <nonnontrivial@gmail.com>", "homepage": "https://github.com/nonnontrivial/redux-reorder", "repository": { "type": "git", "url": "https://github.com/nonnontrivial/redux-reorder.git" }, "license": "MIT", "main": "lib/index.js", "scripts": { "clean": "rimraf lib dist", "build": "babel src --out-dir lib", "build:umd": "npm run clean && cross-env NODE_ENV=production webpack --config webpack.config.js --bail", "lint": "eslint src", "test": "npm run lint && jest", "test:watch": "npm t -- --watch" }, "keywords": [ "redux", "reorder", "higher-order", "reducer", "set", "map", "array", "iterable", "fluctuation" ], "bugs": { "url": "https://github.com/nonnontrivial/redux-reorder/issues" }, "jest": { "testEnvironment": "node", "testPathIgnorePatterns": [ "node_modules" ] }, "peerDependencies": { "redux": "^3.6.0" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.8", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-1": "^6.16.0", "babel-register": "^6.18.0", "babel-runtime": "^6.18.0", "cross-env": "^5.0.5", "eslint": "^3.5.0", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.7.1", "jest": "^20.0.4", "jest-cli": "^20.0.4", "redux": "^3.7.2", "rimraf": "^2.5.4", "webpack": "^3.0.0" }, "dependencies": { "iterall": "^1.1.1", "lodash": "^4.17.4" } }