Add version files and new GIF images for UI components
This commit is contained in:
32
modules/lib/dynatree/package.json
Normal file
32
modules/lib/dynatree/package.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "jquery.dynatree",
|
||||
"title": "jQuery Dynatree Plugin",
|
||||
"description": "Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
|
||||
"version": "1.2.4",
|
||||
"homepage": "http://dynatree.googlecode.com/",
|
||||
"author": {
|
||||
"name": "Martin Wendt",
|
||||
"url": "http://wwwendt.de/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "svn",
|
||||
"url": "http://dynatree.googlecode.com/svn/trunk/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://code.google.com/p/dynatree/issues/list"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://code.google.com/p/dynatree/wiki/LicenseInfo"
|
||||
},
|
||||
{
|
||||
"type": "GPL",
|
||||
"url": "https://code.google.com/p/dynatree/wiki/LicenseInfo"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.4.2"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
Reference in New Issue
Block a user