package.json 844 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "default",
  3. "version": "1.0.0",
  4. "description": "Default template for fis scaffold",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/fis-scaffold/default.git"
  12. },
  13. "keywords": [
  14. "fis",
  15. "scaffold"
  16. ],
  17. "author": "xt",
  18. "license": "",
  19. "bugs": {
  20. "url": "https://github.com/fis-scaffold/default/issues"
  21. },
  22. "homepage": "https://github.com/fis-scaffold/default",
  23. "dependencies": {
  24. "blueimp-md5": "^2.10.0",
  25. "fixed-header-table": "^1.3.0",
  26. "hashmap": "^2.3.0",
  27. "moment": "^2.22.2",
  28. "video.js": "^7.2.0",
  29. "websocket": "^1.0.26",
  30. "ztree": "^3.5.24",
  31. "zui": "^1.8.1"
  32. }
  33. }