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.json42
1 files changed, 22 insertions, 20 deletions
diff --git a/lib/dojo/package.json b/lib/dojo/package.json
index 5855be51f..88c2a655d 100644
--- a/lib/dojo/package.json
+++ b/lib/dojo/package.json
@@ -1,21 +1,23 @@
{
- "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
+ "name": "dojo",
+ "version":"1.7.3",
+ "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"
+}