-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
35 lines (35 loc) · 883 Bytes
/
bower.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
{
"name": "intersection-observer-element",
"description": "Reflects contained elements visibility in attributes",
"main": "intersection-observer-element.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0"
},
"version":"1.0.8",
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"resolutions": {
"polymer": "^2.0.0"
},
"homepage": "https://github.com/Glitch0011/intersection-observer-element",
"authors": [
"Tom Bonner <[email protected]>"
],
"keywords": [
"polymer",
"webcomponents",
"intersection-observer",
"customelement"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}