-
Notifications
You must be signed in to change notification settings - Fork 18
/
manifest.json
47 lines (47 loc) · 1.19 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
{
"files": {
"iron-validatable-behavior.html": {
"convertedUrl": "iron-validatable-behavior.js",
"exports": {
"Polymer.IronValidatableBehaviorMeta": "IronValidatableBehaviorMeta",
"Polymer.IronValidatableBehavior": "IronValidatableBehavior"
}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"demo/index.html": {
"convertedUrl": "demo/index.html",
"exports": {}
},
"demo/cats-only.html": {
"convertedUrl": "demo/cats-only.js",
"exports": {}
},
"demo/validatable-input.html": {
"convertedUrl": "demo/validatable-input.js",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
},
"test/iron-validatable-behavior.html": {
"convertedUrl": "test/iron-validatable-behavior.html",
"exports": {}
},
"test/test-validatable.html": {
"convertedUrl": "test/test-validatable.js",
"exports": {}
},
"test/cats-only.html": {
"convertedUrl": "test/cats-only.js",
"exports": {}
},
"test/dogs-only.html": {
"convertedUrl": "test/dogs-only.js",
"exports": {}
}
}
}