-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 978 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}