forked from PolymerElements/paper-dropdown-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (40 loc) · 1.01 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
{
"files": {
"paper-dropdown-menu.html": {
"convertedUrl": "paper-dropdown-menu.js",
"exports": {}
},
"paper-dropdown-menu-icons.html": {
"convertedUrl": "paper-dropdown-menu-icons.js",
"exports": {}
},
"paper-dropdown-menu-shared-styles.html": {
"convertedUrl": "paper-dropdown-menu-shared-styles.js",
"exports": {}
},
"paper-dropdown-menu-light.html": {
"convertedUrl": "paper-dropdown-menu-light.js",
"exports": {}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
},
"test/paper-dropdown-menu-light.html": {
"convertedUrl": "test/paper-dropdown-menu-light.html",
"exports": {}
},
"test/paper-dropdown-menu.html": {
"convertedUrl": "test/paper-dropdown-menu.html",
"exports": {}
}
}
}