summaryrefslogtreecommitdiff
path: root/lib/dijit/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-14 18:59:10 +0400
committerAndrew Dolgov <[email protected]>2012-08-14 18:59:18 +0400
commit1354d17270961fff662d40f90521223f8fd0d73b (patch)
treee9266be71587e47c800303446e968a6d3565e2cf /lib/dijit/package.json
parentd04f8c826f5283765f52cf6b98b42a1ed8f2d6bc (diff)
update dojo to 1.7.3
Diffstat (limited to 'lib/dijit/package.json')
-rw-r--r--lib/dijit/package.json45
1 files changed, 22 insertions, 23 deletions
diff --git a/lib/dijit/package.json b/lib/dijit/package.json
index 9ca942316..70cf90e0e 100644
--- a/lib/dijit/package.json
+++ b/lib/dijit/package.json
@@ -1,24 +1,23 @@
{
- "name": "dijit",
- "directories": {
- "lib": "."
- },
- "main":"./lib/main",
- "mappings": {
- "dojo": "https://github.com/dojo/dojo/zipball/1.0.2"
- },
- "description": "Dijit is Dojo�s UI Library",
- "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", "Widget"],
- "homepage": "http://dojotoolkit.org/"
-} \ No newline at end of file
+ "name": "dijit",
+ "version":"1.7.3",
+ "main":"main",
+ "dependencies": {
+ "dojo": "current"
+ },
+ "description": "Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience.",
+ "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", "Widget"],
+ "homepage": "http://dojotoolkit.org/",
+ "dojoBuild": "dijit.profile.js"
+}