]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/package.json
c653e9a9daaa356ab683120f5c14a66f385f06e8
[tt-rss.git] / lib / dijit / package.json
1 {
2 "name": "dijit",
3 "version": "1.12.1",
4 "directories": {
5 "lib": "."
6 },
7 "main": "main",
8 "dependencies": {
9 "dojo": "1.12.1"
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 "license" : "BSD-3-Clause OR AFL-2.1",
13 "bugs": "http://bugs.dojotoolkit.org/",
14 "keywords": [ "JavaScript", "Dojo", "Widget" ],
15 "homepage": "http://dojotoolkit.org/",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/dojo/dijit.git"
19 },
20 "dojoBuild": "dijit.profile.js"
21 }