]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/package.json
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dojo / package.json
CommitLineData
81bea17a 1{
1354d172 2 "name": "dojo",
f0cfe83e 3 "version":"1.8.3",
1354d172
AD
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}