summaryrefslogtreecommitdiff
path: root/lib/dijit/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-21 21:59:17 +0300
committerAndrew Dolgov <[email protected]>2017-01-21 21:59:17 +0300
commite2e2479984b3aaadb4c0947e5ec15276e5c9a337 (patch)
tree1662c1772cbcb6e44d017cea28e35d45de44921f /lib/dijit/package.json
parentab235fc5f13385a690a1ed31ae77d0006c85197d (diff)
parent1c4f5e83900fdd71a84f2e142c694c75106bef53 (diff)
Merge branch 'dojo-1.12.1'
Conflicts: js/prefs.js
Diffstat (limited to 'lib/dijit/package.json')
-rw-r--r--lib/dijit/package.json23
1 files changed, 9 insertions, 14 deletions
diff --git a/lib/dijit/package.json b/lib/dijit/package.json
index 86a78d11e..c653e9a9d 100644
--- a/lib/dijit/package.json
+++ b/lib/dijit/package.json
@@ -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"
}