undo-action
Version:
A undo/redo state management utility
21 lines (20 loc) • 587 B
JSON
{
"name": "undo-action",
"version": "1.0.1",
"description": "A undo/redo state management utility",
"main": "lib/undomanager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["undo", "redo", "reducer", "undo-action", "撤销", "重做"],
"author": "longbing.xiong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xionglongbing/undo-redo.git"
},
"bugs": {
"url": "https://github.com/xionglongbing/undo-redo/issues"
},
"homepage": "https://github.com/xionglongbing/undo-redo"
}