package.json 584 B

12345678910111213141516171819202122
  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.27",
  5. "homepage": "http://www.treejs.cn/v3/main.php",
  6. "author": "zTree (https://github.com/zTree)",
  7. "repository": "zTree/zTree",
  8. "license": "MIT",
  9. "main": "index.js",
  10. "engines": {
  11. "node": ">=0.10.0"
  12. },
  13. "keywords": [
  14. "tree",
  15. "jquery",
  16. "plug-in",
  17. "plugin",
  18. "ztree",
  19. "html",
  20. "node"
  21. ]
  22. }