-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy patheasytree.jquery.json
More file actions
27 lines (26 loc) · 870 Bytes
/
easytree.jquery.json
File metadata and controls
27 lines (26 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "easytree",
"title": "jQuery EasyTree",
"description": "Free jQuery plugin for creating tree menus, designed to be easy to use but offer powerful options. Features include persistance, drag 'n' drop, lazy loading and themes",
"keywords": [
"tree", "menu", "jstree", "ajax", "lazy", "JSON", "easyjstree", "easy"
],
"version": "1.0.1",
"author": {
"name": "Matthew Rand",
"url": "https://github.com/mattrand/EasyTree"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "http://www.easyjstree.com/",
"docs": "http://www.easyjstree.com/Docs/",
"demo": "http://www.easyjstree.com/Demos/",
"download": "http://www.easyjstree.com/Home/Download",
"dependencies": {
"jquery": ">=1.7"
}
}