]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dojo/package.json
update dojo to 1.7.3
[tt-rss.git] / lib / dojo / package.json
index 5855be51ff85ef47738c576708af9018dcba1137..88c2a655de7d591367366bc843ced6a04a23b384 100644 (file)
@@ -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"
+}