package.json 691 B

12345678910111213141516171819202122232425262728293031
  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.7.0",
  25. "hashmap": "^2.1.0",
  26. "moment": "^2.18.1",
  27. "websocket": "^1.0.24",
  28. "ztree": "^3.5.24",
  29. "zui": "^1.6.0"
  30. }
  31. }