1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
ttrss/lib/dijit/package.json
Anders Kaseorg 6887a0f573 lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to
span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our
tree icons inside them rather than replacing them.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 13:22:14 -05:00

22 lines
714 B
JSON

{
"name": "dijit",
"version": "1.12.1",
"directories": {
"lib": "."
},
"main": "main",
"dependencies": {
"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.",
"license" : "BSD-3-Clause OR AFL-2.1",
"bugs": "http://bugs.dojotoolkit.org/",
"keywords": [ "JavaScript", "Dojo", "Widget" ],
"homepage": "http://dojotoolkit.org/",
"repository": {
"type": "git",
"url": "https://github.com/dojo/dijit.git"
},
"dojoBuild": "dijit.profile.js"
}