-
Notifications
You must be signed in to change notification settings - Fork 14
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
1 parent
efb809d
commit 8212aaf
Showing
1 changed file
with
19 additions
and
28 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,34 +1,25 @@ | ||
{ | ||
"info" : | ||
{ | ||
"name" : "UploadMgr", | ||
|
||
"summary" : "Uploader widget", | ||
"description" : "Library for uploading files, with progress feedback and doesn't block UI", | ||
|
||
"homepage" : "http://www.zenesis.com/", | ||
|
||
"license" : "LGPL and EPL (see http://qooxdoo.org)", | ||
"authors" : | ||
[ | ||
"info": { | ||
"name": "UploadMgr", | ||
"summary": "Uploader widget", | ||
"description": "Library for uploading files, with progress feedback and doesn't block UI", | ||
"homepage": "http://www.zenesis.com/", | ||
"license": "LGPL and EPL (see http://qooxdoo.org)", | ||
"authors": [ | ||
{ | ||
"name" : "John Spackman", | ||
"email" : "[email protected]" | ||
"name": "John Spackman", | ||
"email": "[email protected]" | ||
} | ||
], | ||
|
||
"version" : "1.0.2", | ||
"qooxdoo-range": "1.5 - 6.0.0-alpha-*" | ||
"version": "1.0.3", | ||
"qooxdoo-range": "1.5 - 6.0.0-alpha-* || 6.0.0-alpha" | ||
}, | ||
|
||
"provides" : | ||
{ | ||
"namespace" : "com.zenesis.qx.upload", | ||
"encoding" : "utf-8", | ||
"class" : "source/class", | ||
"resource" : "source/resource", | ||
"translation" : "source/translation", | ||
"type" : "contribution" | ||
"provides": { | ||
"namespace": "com.zenesis.qx.upload", | ||
"encoding": "utf-8", | ||
"class": "source/class", | ||
"resource": "source/resource", | ||
"translation": "source/translation", | ||
"type": "contribution" | ||
} | ||
} | ||
|
||
} |