source: Dev/branches/rest-dojo-ui/client/dojox/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: 719 bytes
Line 
1{
2        "name": "dojox",
3        "version":"1.7.1",
4        "directories": {
5                "lib": "."
6        },
7        "main": "main",
8        "description": "Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.",
9        "licenses": [
10                 {
11                                 "type": "AFLv2.1",
12                                 "url": "http://trac.dojotoolkit.org/browser/dojox/trunk/LICENSE#L43"
13                 },
14                 {
15                                 "type": "BSD",
16                                 "url": "http://trac.dojotoolkit.org/browser/dojox/trunk/LICENSE#L13"
17                 }
18        ],
19        "bugs": "http://bugs.dojotoolkit.org/",
20        "keywords": ["JavaScript", "Dojo", "Toolkit", "DojoX"],
21        "homepage": "http://dojotoolkit.org/",
22        "dojoBuild": "dojox.profile.js"
23}
Note: See TracBrowser for help on using the repository browser.