UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

31 lines (24 loc) 576 B
{ "$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json", "info" : { "name" : "${name}", "summary" : "${summary}", "description" : "${description}", "homepage" : "${homepage}", "license" : "${license}", "authors" : ${author_map}, "version" : "${version}" }, "provides" : { "namespace" : "${namespace}", "encoding" : "utf-8", "class" : "source/class", "resource" : "source/resource", "translation" : "source/translation" }, "requires": { "@qooxdoo/framework": "${qooxdoo_range}" } }