UNPKG

418 BJSONView Raw
1{
2 "embed": [
3 {
4 "type": "htmlpage",
5 "label": "Embedded HTML page",
6 "url": "http://example.com/"
7 },
8 {
9 "type": "js",
10 "label": "Webpack config",
11 "path": "webpack.config.js"
12 }, {
13 "type": "js",
14 "label": "Entry point",
15 "path": "src/index.js"
16 }, {
17 "type": "json",
18 "path": ".gh-embed.json"
19 }
20 ]
21}