UNPKG

redux-live-undo

Version:

A high-order reducer that enables generic undo/redo functionality without giving up live updates

45 lines (44 loc) 1.22 kB
{ "name": "redux-live-undo", "version": "0.1.1", "description": "A high-order reducer that enables generic undo/redo functionality without giving up live updates", "main": "lib/index.js", "scripts": { "build": "babel src -d lib", "clean": "rm -rf lib/", "lint": "eslint src/", "prepublish": "npm run lint && npm run test && npm run clean && npm run build", "test": "mocha --compilers js:babel-register test/**/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/cratejoy/redux-live-undo.git" }, "keywords": [ "redux", "undo", "react" ], "author": "Cratejoy", "license": "MIT", "bugs": { "url": "https://github.com/cratejoy/redux-live-undo/issues" }, "homepage": "https://github.com/cratejoy/redux-live-undo#readme", "dependencies": { "lodash.clone": "^4.4.1", "lodash.initial": "^4.1.0", "lodash.isequal": "^4.2.0", "lodash.last": "^3.0.0", "lodash.mapvalues": "^4.5.1", "lodash.some": "^4.6.0" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.13.2", "babel-preset-es2015": "^6.13.2", "chai": "^3.5.0", "eslint": "^3.2.2", "mocha": "^3.0.2" } }