bower.json 309 B

1234567891011121314151617
  1. {
  2. "name": "undo-manager",
  3. "version": "1.0.5",
  4. "description": "Simple undo manager to provide undo and redo actions.",
  5. "main": "lib/undomanager.js",
  6. "keywords": [
  7. "undo"
  8. ],
  9. "license": "MIT",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "test",
  15. "tests"
  16. ]
  17. }