source: Dev/trunk/src/client/dijit/package.json @ 532

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

Added Dojo 1.9.3 release.

File size: 814 bytes
Line 
1{
2        "name": "dijit",
3        "version":"1.9.3",
4        "directories": {
5                "lib": "."
6        },
7        "main":"main",
8        "dependencies": {
9                "dojo":"1.9.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}
Note: See TracBrowser for help on using the repository browser.