]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/package.json
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dojo / package.json
1 {
2 "name": "dojo",
3 "directories": {
4 "lib": "."
5 },
6 "main":"./lib/main-browser",
7 "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.",
8 "licenses": [
9 {
10 "type": "AFLv2.1",
11 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
12 },
13 {
14 "type": "BSD",
15 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
16 }
17 ],
18 "bugs": "http://bugs.dojotoolkit.org/",
19 "keywords": ["JavaScript", "Dojo", "Toolkit"],
20 "homepage": "http://dojotoolkit.org/"
21 }