]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/package.json
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / package.json
index 86a78d11e4d9249390a6cfe18a3b0fc9cc8d72cc..c653e9a9daaa356ab683120f5c14a66f385f06e8 100644 (file)
@@ -1,26 +1,21 @@
 {
        "name": "dijit",
-       "version":"1.8.3",
+       "version": "1.12.1",
        "directories": {
                "lib": "."
        },
-       "main":"main",
+       "main": "main",
        "dependencies": {
-               "dojo":"1.8.3"
+               "dojo": "1.12.1"
        },
        "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"
-                }
-       ],
+       "license" : "BSD-3-Clause OR AFL-2.1",
        "bugs": "http://bugs.dojotoolkit.org/",
-       "keywords": ["JavaScript", "Dojo", "Widget"],
+       "keywords": [ "JavaScript", "Dojo", "Widget" ],
        "homepage": "http://dojotoolkit.org/",
+       "repository": {
+               "type": "git",
+               "url": "https://github.com/dojo/dijit.git"
+       },
        "dojoBuild": "dijit.profile.js"
 }