]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/package.json
cdmScrollToArticle: set article read on selection
[tt-rss.git] / lib / dijit / package.json
CommitLineData
81bea17a 1{
1354d172 2 "name": "dijit",
6887a0f5 3 "version": "1.12.1",
f0cfe83e
AD
4 "directories": {
5 "lib": "."
6 },
6887a0f5 7 "main": "main",
1354d172 8 "dependencies": {
6887a0f5 9 "dojo": "1.12.1"
1354d172
AD
10 },
11 "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.",
6887a0f5 12 "license" : "BSD-3-Clause OR AFL-2.1",
1354d172 13 "bugs": "http://bugs.dojotoolkit.org/",
6887a0f5 14 "keywords": [ "JavaScript", "Dojo", "Widget" ],
1354d172 15 "homepage": "http://dojotoolkit.org/",
6887a0f5
AK
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/dojo/dijit.git"
19 },
1354d172
AD
20 "dojoBuild": "dijit.profile.js"
21}