package.json 802 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@ztree/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.46",
  5. "homepage": "http://www.treejs.cn/v3/main.php",
  6. "author": "zTree (https://github.com/zTree)",
  7. "licenses": [
  8. {
  9. "type": "MIT",
  10. "url": "http://www.treejs.cn/v3/main.php#_license"
  11. }
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/zTree/zTree_v3.git"
  16. },
  17. "dependencies": {
  18. "jquery": ">=1.4.4"
  19. },
  20. "engines": {
  21. "node": ">=0.10.0"
  22. },
  23. "keywords": [
  24. "tree",
  25. "jquery",
  26. "plug-in",
  27. "plugin",
  28. "ztree",
  29. "html",
  30. "node"
  31. ],
  32. "typings": "index.d.ts"
  33. }