summaryrefslogtreecommitdiff
path: root/lib/dojo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dojo/package.json')
-rw-r--r--lib/dojo/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/dojo/package.json b/lib/dojo/package.json
new file mode 100644
index 000000000..5855be51f
--- /dev/null
+++ b/lib/dojo/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "dojo",
+ "directories": {
+ "lib": "."
+ },
+ "main":"./lib/main-browser",
+ "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/"
+} \ No newline at end of file