diff options
Diffstat (limited to 'js/dojo-1.6/dojo/package.json')
| -rw-r--r-- | js/dojo-1.6/dojo/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojo/package.json b/js/dojo-1.6/dojo/package.json new file mode 100644 index 0000000..5855be5 --- /dev/null +++ b/js/dojo-1.6/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 |
