Package Mananger
[osm/UI.git] / skyquake / plugins / composer / config.json
1 {
2     "copyright": "2016 RIFT.IO Inc",
3     "license": "Apache 2.0",
4     "root": "public",
5     "name": "Catalog",
6     "dashboard" : "./src/components/ComposerApp.js",
7     "order": 2,
8     "routes" : [{
9         "label": "Catalog",
10         "route": "/",
11         "component": "./src/components/ComposerApp.js",
12         "path": "",
13         "type": "internal"
14     }]
15 }