UNPKG

187 BJSONView Raw
1{
2 "root": "public",
3 "entrypoint": "foo.html",
4 "fragments": [
5 "bar.html"
6 ],
7 "extraDependencies": [
8 "baz.html"
9 ],
10 "sources": [
11 "src/**/*",
12 "images/**/*"
13 ]
14}