]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/package.json
update dojo to 1.7.3
[tt-rss.git] / lib / dojo / package.json
1 {
2 "name": "dojo",
3 "version":"1.7.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 }