source: Dev/trunk/src/client/dojo/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: 699 bytes
Line 
1{
2        "name": "dojo",
3        "version":"1.9.3",
4        "directories": {
5                "lib": "."
6        },
7        "main": "main",
8        "description": "Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.",
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", "Toolkit"],
21        "homepage": "http://dojotoolkit.org/",
22        "dojoBuild": "dojo.profile.js"
23}
Note: See TracBrowser for help on using the repository browser.