-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,32 @@ | ||
{ | ||
"info" : | ||
{ | ||
"name" : "datademo", | ||
|
||
"summary" : "Common used data binding demo", | ||
"description" : "This is a demo containing a container showing a data bound list.", | ||
|
||
"homepage" : "http://qooxdoo.org/", | ||
|
||
"license" : "MIT", | ||
"authors" : | ||
[ | ||
"info": { | ||
"name": "datademo", | ||
"summary": "Common used data binding demo", | ||
"description": "This is a demo containing a container showing a data bound list.", | ||
"homepage": "http://qooxdoo.org/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name" : "Martin Wittemann (martinwittemann)", | ||
"email" : "martin DOT wittemann AT 1und1 DOT de" | ||
"name": "Martin Wittemann (martinwittemann)", | ||
"email": "martin DOT wittemann AT 1und1 DOT de" | ||
}, | ||
{ | ||
"name": "Henner Kollmann (hkollmann)", | ||
"email": "Henner DOT Kollmann AT gmx DOT de" | ||
} | ||
], | ||
|
||
"version": "1.0.0-beta.1" | ||
"version": "1.0.0-beta.2" | ||
}, | ||
|
||
"provides" : | ||
{ | ||
"namespace" : "qxl.datademo", | ||
"encoding" : "utf-8", | ||
"class" : "source/class", | ||
"resource" : "source/resource", | ||
"translation" : "source/translation" | ||
"provides": { | ||
"namespace": "qxl.datademo", | ||
"encoding": "utf-8", | ||
"class": "source/class", | ||
"resource": "source/resource", | ||
"translation": "source/translation" | ||
}, | ||
"requires": { | ||
"@qooxdoo/compiler": "^1.0.0-beta", | ||
"@qooxdoo/framework": "^6.0.0-beta" | ||
} | ||
} | ||
}, | ||
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json" | ||
} |