]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/package.json
switch modules to new dojo definition format
[tt-rss.git] / lib / dijit / package.json
CommitLineData
81bea17a 1{
1354d172 2 "name": "dijit",
f0cfe83e
AD
3 "version":"1.8.3",
4 "directories": {
5 "lib": "."
6 },
1354d172
AD
7 "main":"main",
8 "dependencies": {
f0cfe83e 9 "dojo":"1.8.3"
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.",
12 "licenses": [
13 {
14 "type": "AFLv2.1",
15 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
16 },
17 {
18 "type": "BSD",
19 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
20 }
21 ],
22 "bugs": "http://bugs.dojotoolkit.org/",
23 "keywords": ["JavaScript", "Dojo", "Widget"],
24 "homepage": "http://dojotoolkit.org/",
25 "dojoBuild": "dijit.profile.js"
26}