-
Notifications
You must be signed in to change notification settings - Fork 55
/
manifest.json
87 lines (87 loc) · 2.27 KB
/
manifest.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
79
80
81
82
83
84
85
86
87
{
"files": {
"iron-multi-selectable.html": {
"convertedUrl": "iron-multi-selectable.js",
"exports": {
"Polymer.IronMultiSelectableBehaviorImpl": "IronMultiSelectableBehaviorImpl",
"Polymer.IronMultiSelectableBehavior": "IronMultiSelectableBehavior"
}
},
"iron-selectable.html": {
"convertedUrl": "iron-selectable.js",
"exports": {
"Polymer.IronSelectableBehavior": "IronSelectableBehavior"
}
},
"iron-selection.html": {
"convertedUrl": "iron-selection.js",
"exports": {
"Polymer.IronSelection": "IronSelection"
}
},
"iron-selector.html": {
"convertedUrl": "iron-selector.js",
"exports": {}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"test/activate-event.html": {
"convertedUrl": "test/activate-event.html",
"exports": {}
},
"test/attr-for-selected.html": {
"convertedUrl": "test/attr-for-selected.html",
"exports": {}
},
"test/attr-for-selected-elements.html": {
"convertedUrl": "test/attr-for-selected-elements.js",
"exports": {}
},
"test/basic.html": {
"convertedUrl": "test/basic.html",
"exports": {}
},
"test/content.html": {
"convertedUrl": "test/content.html",
"exports": {}
},
"test/content-element.html": {
"convertedUrl": "test/content-element.js",
"exports": {}
},
"test/excluded-local-names.html": {
"convertedUrl": "test/excluded-local-names.html",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
},
"test/multi.html": {
"convertedUrl": "test/multi.html",
"exports": {}
},
"test/next-previous.html": {
"convertedUrl": "test/next-previous.html",
"exports": {}
},
"test/numeric-ids.html": {
"convertedUrl": "test/numeric-ids.html",
"exports": {}
},
"test/selected-attribute.html": {
"convertedUrl": "test/selected-attribute.html",
"exports": {}
},
"test/template-repeat.html": {
"convertedUrl": "test/template-repeat.html",
"exports": {}
}
}
}