A simple file sharing site with an easy to use API and online panel.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

48 行
1.1KB

  1. {
  2. "name": "shimapan",
  3. "version": "1.0.0",
  4. "dependencies": {
  5. "angular-messages": "^1.6.6",
  6. "angular-ui-router": "^0.4.3",
  7. "async": "^2.5.0",
  8. "body-parser": "^1.18.2",
  9. "config": "^1.26.2",
  10. "connect-mongo": "^2.0.0",
  11. "cookie-parser": "^1.4.3",
  12. "express": "^4.16.2",
  13. "express-sanitizer": "^1.0.2",
  14. "express-session": "^1.15.6",
  15. "helmet": "^3.9.0",
  16. "method-override": "latest",
  17. "mongoose": "^4.12.1",
  18. "morgan": "^1.9.0",
  19. "multer": "^1.3.0",
  20. "ng-file-upload": "^12.2.13",
  21. "passport": "^0.4.0",
  22. "passport-local": "^1.0.0",
  23. "passport-local-mongoose": "^4.2.1",
  24. "striptags": "^3.1.0"
  25. },
  26. "description": "A simple file sharing website.",
  27. "main": "index.js",
  28. "devDependencies": {
  29. "chai": "^4.1.2",
  30. "chai-http": "^3.0.0",
  31. "gulp": "latest",
  32. "gulp-concat": "^2.6.1",
  33. "gulp-rename": "^1.2.2",
  34. "gulp-uglify": "^3.0.0",
  35. "mocha": "^4.0.1",
  36. "nyc": "^11.2.1"
  37. },
  38. "author": "Jack Foltz",
  39. "license": "WTFPL",
  40. "scripts": {
  41. "test": "mocha"
  42. },
  43. "repository": {
  44. "type": "git",
  45. "url": "https://github.com/Foltik/shimapan"
  46. }
  47. }