]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/package.json
86a78d11e4d9249390a6cfe18a3b0fc9cc8d72cc
[tt-rss.git] / lib / dijit / package.json
1 {
2 "name": "dijit",
3 "version":"1.8.3",
4 "directories": {
5 "lib": "."
6 },
7 "main":"main",
8 "dependencies": {
9 "dojo":"1.8.3"
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 }