UNPKG

content-change

Version:

Observe and react to changes in distributed nodes in web components, Shadow DOM v0.

37 lines (36 loc) 978 B
{ "name": "content-change", "version": "1.0.3", "description": "Observe and react to changes in distributed nodes in web components, Shadow DOM v0.", "main": "lib/content-change.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Kevin Okerlund", "license": "MIT", "devDependencies": { "babel-core": "^6.20.0", "babel-loader": "^6.2.9", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.18.0", "webpack": "^1.14.0" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/kevinokerlund/content-change.git" }, "keywords": [ "Shadow DOM v0", "distributed nodes", "web components", "content element", "MutationObserver", "slot", "slotchange" ], "bugs": { "url": "https://github.com/kevinokerlund/content-change/issues" }, "homepage": "https://github.com/kevinokerlund/content-change#readme" }