package.json 562 B

123456789101112131415161718192021
  1. {
  2. "name": "zTree_v3",
  3. "description": "zTree is a multi-functional 'tree plug-ins.' based on jQuery. The main advantages of zTree includes excellent performance, flexible configuration, and the combination of multiple functions.",
  4. "version": "3.5.40",
  5. "homepage": "http://www.treejs.cn/v3/main.php",
  6. "author": "zTree (https://github.com/zTree)",
  7. "repository": "zTree/zTree",
  8. "license": "MIT",
  9. "engines": {
  10. "node": ">=0.10.0"
  11. },
  12. "keywords": [
  13. "tree",
  14. "jquery",
  15. "plug-in",
  16. "plugin",
  17. "ztree",
  18. "html",
  19. "node"
  20. ]
  21. }