package.json 479 B

12345678910111213141516171819202122
  1. {
  2. "name": "mutation-observer",
  3. "description": "Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.",
  4. "tags": [
  5. "polyfill",
  6. "webmodule",
  7. "mutation",
  8. "observer",
  9. "browser"
  10. ],
  11. "version": "1.0.3",
  12. "dependencies": {},
  13. "component": {
  14. "scripts": {
  15. "mutation-observer/index.js": "index.js"
  16. }
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/webmodules/mutation-observer.git"
  21. }
  22. }