1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/lib/dojo/package.json

24 lines
699 B
JSON
Raw Normal View History

2011-11-08 17:40:44 +01:00
{
2012-08-14 16:59:10 +02:00
"name": "dojo",
2013-03-18 07:26:24 +01:00
"version":"1.8.3",
2012-08-14 16:59:10 +02:00
"directories": {
"lib": "."
},
"main": "main",
"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.",
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"bugs": "http://bugs.dojotoolkit.org/",
"keywords": ["JavaScript", "Dojo", "Toolkit"],
"homepage": "http://dojotoolkit.org/",
"dojoBuild": "dojo.profile.js"
}