1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:15:55 +00:00

update dojo to 1.7.3

This commit is contained in:
Andrew Dolgov
2012-08-14 18:59:10 +04:00
parent d04f8c826f
commit 1354d17270
1616 changed files with 135064 additions and 97680 deletions

View File

@@ -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<6A>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/"
}
"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"
}