1234567891011121314151617 |
- {
- "name": "undo-manager",
- "version": "1.0.5",
- "description": "Simple undo manager to provide undo and redo actions.",
- "main": "lib/undomanager.js",
- "keywords": [
- "undo"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|