1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/lib/dijit/package.json

22 lines
714 B
JSON
Raw Normal View History

2011-11-08 17:40:44 +01:00
{
2012-08-14 16:59:10 +02:00
"name": "dijit",
2018-12-04 14:23:37 +01:00
"version": "1.14.2",
2013-03-18 07:26:24 +01:00
"directories": {
"lib": "."
},
"main": "main",
2012-08-14 16:59:10 +02:00
"dependencies": {
2018-12-04 14:23:37 +01:00
"dojo": "1.14.2"
2012-08-14 16:59:10 +02:00
},
"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",
2012-08-14 16:59:10 +02:00
"bugs": "http://bugs.dojotoolkit.org/",
"keywords": [ "JavaScript", "Dojo", "Widget" ],
2012-08-14 16:59:10 +02:00
"homepage": "http://dojotoolkit.org/",
"repository": {
"type": "git",
"url": "https://github.com/dojo/dijit.git"
},
2012-08-14 16:59:10 +02:00
"dojoBuild": "dijit.profile.js"
}