source: Dev/trunk/src/client/dojox/package.json @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

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