forked from Polymer/polymer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
78 lines (78 loc) · 2.32 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "polymer",
"main": [
"lib/elements/array-selector.html",
"lib/elements/custom-style.html",
"lib/elements/dom-bind.html",
"lib/elements/dom-if.html",
"lib/elements/dom-module.html",
"lib/elements/dom-repeat.html",
"lib/legacy/class.html",
"lib/legacy/legacy-element-mixin.html",
"lib/legacy/mutable-data-behavior.html",
"lib/legacy/polymer-fn.html",
"lib/legacy/polymer.dom.html",
"lib/legacy/templatizer-behavior.html",
"lib/mixins/dir-mixin.html",
"lib/mixins/disable-upgrade-mixin.html",
"lib/mixins/element-mixin.html",
"lib/mixins/gesture-event-listeners.html",
"lib/mixins/mutable-data.html",
"lib/mixins/properties-changed.html",
"lib/mixins/properties-mixin.html",
"lib/mixins/property-accessors.html",
"lib/mixins/property-effects.html",
"lib/mixins/strict-binding-parser.html",
"lib/mixins/template-stamp.html",
"lib/utils/array-splice.html",
"lib/utils/async.html",
"lib/utils/boot.html",
"lib/utils/case-map.html",
"lib/utils/debounce.html",
"lib/utils/flattened-nodes-observer.html",
"lib/utils/flush.html",
"lib/utils/gestures.html",
"lib/utils/html-tag.html",
"lib/utils/import-href.html",
"lib/utils/mixin.html",
"lib/utils/path.html",
"lib/utils/render-status.html",
"lib/utils/resolve-url.html",
"lib/utils/settings.html",
"lib/utils/style-gather.html",
"lib/utils/templatize.html",
"lib/utils/unresolved.html",
"polymer-element.html",
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/",
"/util/",
"gulpfile.js",
"CONTRIBUTING.md",
"CHANGELOG.md"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"shadycss": "webcomponents/shadycss#^v1.1.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^v1.1.0"
},
"devDependencies": {
"web-component-tester": "^6.0.0",
"test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1",
"iron-component-page": "PolymerElements/iron-component-page#^3.0.1",
"perf-tester": "polymerlabs/perf-tester"
},
"private": true,
"resolutions": {
"test-fixture": "3.0.0-rc.1"
}
}