You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
694 B
JSON
21 lines
694 B
JSON
13 years ago
|
{
|
||
|
"name": "dojo",
|
||
|
"directories": {
|
||
|
"lib": "."
|
||
|
},
|
||
|
"main":"./lib/main-browser",
|
||
|
"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/"
|
||
|
}
|