summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dijit/package.json')
-rw-r--r--js/dojo/dijit/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/dojo/dijit/package.json b/js/dojo/dijit/package.json
new file mode 100644
index 0000000..b48f94c
--- /dev/null
+++ b/js/dojo/dijit/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "dijit",
+ "version":"1.7.2",
+ "main":"main",
+ "dependencies": {
+ "dojo": "current"
+ },
+ "description": "Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience.",
+ "licenses": [
+ {
+ "type": "AFLv2.1",
+ "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
+ },
+ {
+ "type": "BSD",
+ "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
+ }
+ ],
+ "bugs": "http://bugs.dojotoolkit.org/",
+ "keywords": ["JavaScript", "Dojo", "Widget"],
+ "homepage": "http://dojotoolkit.org/",
+ "dojoBuild": "dijit.profile.js"
+}