diff options
author | shentao <shentao@chinamobile.com> | 2017-04-19 18:24:26 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-04-19 18:24:40 +0800 |
commit | fbbf467696810b7ca2ddac6de0d076af424a2ef0 (patch) | |
tree | 8aec68690a7d9f2ca34c3fd589f436a36bfffee3 /common/src/main/webapp/thirdparty/zTree/zTree.v3.jquery.json | |
parent | aba151e0a874c2f9caa344da528646525e21c064 (diff) |
integrated monitor and performance functions
Issue-id: CLIENT-175
Change-Id: I07adc77afd9f62f615790896c9241f8430583398
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'common/src/main/webapp/thirdparty/zTree/zTree.v3.jquery.json')
-rwxr-xr-x | common/src/main/webapp/thirdparty/zTree/zTree.v3.jquery.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/common/src/main/webapp/thirdparty/zTree/zTree.v3.jquery.json b/common/src/main/webapp/thirdparty/zTree/zTree.v3.jquery.json new file mode 100755 index 00000000..ef26b102 --- /dev/null +++ b/common/src/main/webapp/thirdparty/zTree/zTree.v3.jquery.json @@ -0,0 +1,35 @@ +{ + "name": "zTree.v3", + "title": "zTree.v3", + "description": "jquery tree plugin", + "keywords": [ + "tree", + "ui" + ], + "version": "3.5.16", + "author": { + "name": "Zhang QiGang", + "email":"hunter.z@263.net", + "url": "https://github.com/zTree/zTree_v3" + }, + "maintainers": [ + { + "name": "Zhang QiGang", + "email":"hunter.z@263.net", + "url": "http://www.ztree.me/" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "http://www.ztree.me/v3/main.php#_license" + } + ], + "bugs": "https://github.com/zTree/zTree_v3/issues", + "homepage": "http://www.ztree.me/", + "demo": "http://www.ztree.me/v3/demo.php", + "docs": "http://www.ztree.me/v3/api.php", + "dependencies": { + "jquery": ">=1.4.4" + } +} |