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

Last change on this file since 263 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: 699 bytes
Line 
1{
2        "name": "dojo",
3        "version":"1.7.1",
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.