|
1 | 1 | { |
2 | 2 | "name": "polymer", |
3 | 3 | "main": [ |
| 4 | + "lib/elements/array-selector.html", |
| 5 | + "lib/elements/custom-style.html", |
| 6 | + "lib/elements/dom-bind.html", |
| 7 | + "lib/elements/dom-if.html", |
| 8 | + "lib/elements/dom-module.html", |
| 9 | + "lib/elements/dom-repeat.html", |
| 10 | + "lib/legacy/class.html", |
| 11 | + "lib/legacy/legacy-element-mixin.html", |
| 12 | + "lib/legacy/mutable-data-behavior.html", |
| 13 | + "lib/legacy/polymer-fn.html", |
| 14 | + "lib/legacy/polymer.dom.html", |
| 15 | + "lib/legacy/templatizer-behavior.html", |
| 16 | + "lib/mixins/dir-mixin.html", |
| 17 | + "lib/mixins/disable-upgrade-mixin.html", |
| 18 | + "lib/mixins/element-mixin.html", |
| 19 | + "lib/mixins/gesture-event-listeners.html", |
| 20 | + "lib/mixins/mutable-data.html", |
| 21 | + "lib/mixins/properties-changed.html", |
| 22 | + "lib/mixins/properties-mixin.html", |
| 23 | + "lib/mixins/property-accessors.html", |
| 24 | + "lib/mixins/property-effects.html", |
| 25 | + "lib/mixins/strict-binding-parser.html", |
| 26 | + "lib/mixins/template-stamp.html", |
| 27 | + "lib/utils/array-splice.html", |
| 28 | + "lib/utils/async.html", |
| 29 | + "lib/utils/boot.html", |
| 30 | + "lib/utils/case-map.html", |
| 31 | + "lib/utils/debounce.html", |
| 32 | + "lib/utils/flattened-nodes-observer.html", |
| 33 | + "lib/utils/flush.html", |
| 34 | + "lib/utils/gestures.html", |
| 35 | + "lib/utils/html-tag.html", |
| 36 | + "lib/utils/import-href.html", |
| 37 | + "lib/utils/mixin.html", |
| 38 | + "lib/utils/path.html", |
| 39 | + "lib/utils/render-status.html", |
| 40 | + "lib/utils/resolve-url.html", |
| 41 | + "lib/utils/settings.html", |
| 42 | + "lib/utils/style-gather.html", |
| 43 | + "lib/utils/templatize.html", |
| 44 | + "lib/utils/unresolved.html", |
| 45 | + "polymer-element.html", |
4 | 46 | "polymer.html" |
5 | 47 | ], |
6 | 48 | "license": "http://polymer.github.io/LICENSE.txt", |
|
0 commit comments