source: Dev/branches/rest-dojo-ui/client/dijit/package.json @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 782 bytes
Line 
1{
2        "name": "dijit",
3        "version":"1.7.1",
4        "main":"main",
5        "dependencies": {
6                "dojo": "current"
7        },
8        "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.",
9        "licenses": [
10                 {
11                                 "type": "AFLv2.1",
12                                 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
13                 },
14                 {
15                                 "type": "BSD",
16                                 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
17                 }
18        ],
19        "bugs": "http://bugs.dojotoolkit.org/",
20        "keywords": ["JavaScript", "Dojo", "Widget"],
21        "homepage": "http://dojotoolkit.org/",
22        "dojoBuild": "dijit.profile.js"
23}
Note: See TracBrowser for help on using the repository browser.