-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 1.12 KB
/
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
36
{
"name": "properties-from-ancestor-behavior",
"description": "Polymer mixin (behavior) for a web component to take a property value from the closest ancestor that has it.",
"main": "properties-from-ancestor-behavior.html",
"authors": [
"Aqovia"
],
"keywords": [
"html-elements",
"polymer",
"polymer-elements",
"web-components",
"ancestor",
"property",
"closest"
],
"main": "properties-from-ancestor-behavior.html",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/AqoviaElements/properties-from-ancestor-behavior.git"
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/AqoviaElements/properties-from-ancestor-behavior",
"ignore": [],
"dependencies": {
"polymer": "^2.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0",
"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",
"git-version-tagging": "^1.0.0"
}
}