summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojo/package.json')
-rw-r--r--js/dojo-1.7.2/dojo/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojo/package.json b/js/dojo-1.7.2/dojo/package.json
new file mode 100644
index 0000000..7618c4d
--- /dev/null
+++ b/js/dojo-1.7.2/dojo/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "dojo",
+ "version":"1.7.2",
+ "directories": {
+ "lib": "."
+ },
+ "main": "main",
+ "description": "Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.",
+ "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", "Toolkit"],
+ "homepage": "http://dojotoolkit.org/",
+ "dojoBuild": "dojo.profile.js"
+}