Skip to content

Commit

Permalink
"first version"
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Nov 22, 2020
1 parent 7ed6aed commit d9fae33
Showing 1 changed file with 29 additions and 37 deletions.
66 changes: 29 additions & 37 deletions Manifest.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,40 @@
{
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
"info" :
{
"name" : "iconfontviewer",

"summary" : "show all glyphs of registered iconfonts",
"description" : "",

"homepage" : "https://github.com/qooxdoo/iconfontviewer",

"license" : "MIT license",
"authors" : [
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
"info": {
"name": "iconfontviewer",
"summary": "show all glyphs of registered iconfonts",
"description": "",
"homepage": "https://github.com/qooxdoo/iconfontviewer",
"license": "MIT license",
"authors": [
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],

"version" : "1.0.0"
],
"version": "1.0.0"
},

"provides" :
{
"namespace" : "qxl.iconfontviewer",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation",
"provides": {
"namespace": "qxl.iconfontviewer",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"application": {
"class": "qxl.iconfontviewer.Application",
"theme": "qxl.iconfontviewer.theme.Theme",
"name": "Qooxdoo Icon Font Viewer",
"include": [
"qx.theme.iconfont.LoadMaterialIcons",
"qx.theme.iconfont.LoadMaterialIconsOutlined",
"qx.theme.iconfont.LoadMaterialIconsRound",
"qx.theme.iconfont.LoadMaterialIconsSharp",
"qx.theme.iconfont.LoadMaterialIconsTwoTone"
]
}
"class": "qxl.iconfontviewer.Application",
"theme": "qxl.iconfontviewer.theme.Theme",
"name": "Qooxdoo Icon Font Viewer",
"include": [
"qx.theme.iconfont.LoadMaterialIcons",
"qx.theme.iconfont.LoadMaterialIconsOutlined",
"qx.theme.iconfont.LoadMaterialIconsRound",
"qx.theme.iconfont.LoadMaterialIconsSharp",
"qx.theme.iconfont.LoadMaterialIconsTwoTone"
]
}
},

"requires": {
"@qooxdoo/framework": "^6.0.0-beta",
"@qooxdoo/compiler" : "^1.0.0-beta"
"@qooxdoo/compiler": "^1.0.0-beta"
}
}
}

0 comments on commit d9fae33

Please sign in to comment.