forked from material-components/material-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymer.json
More file actions
30 lines (30 loc) · 672 Bytes
/
polymer.json
File metadata and controls
30 lines (30 loc) · 672 Bytes
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
{
"entrypoint": "build-entrypoint.html",
"fragments": [
"demos/index.html",
"demos/button.html",
"demos/card.html",
"demos/checkbox.html",
"demos/chips.html",
"demos/dialog.html",
"demos/fab.html",
"demos/formfield.html",
"demos/icon-toggle.html",
"demos/icon.html",
"demos/linear-progress.html",
"demos/menu.html",
"demos/radio.html",
"demos/ripple.html",
"demos/select.html",
"demos/slider.html",
"demos/snackbar.html",
"demos/switch.html",
"demos/tabs.html",
"demos/textfield.html"
],
"builds": [
{ "preset": "es5-unbundled" }
],
"moduleResolution": "node",
"npm": true
}