A simple file sharing site with an easy to use API and online panel.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

73 řádky
1.9KB

  1. {
  2. "name": "shimapan",
  3. "version": "1.0.0",
  4. "dependencies": {
  5. "angular": "^1.7.5",
  6. "angular-chart.js": "^1.1.1",
  7. "angular-messages": "^1.7.5",
  8. "angular-ui-router": "^1.0.20",
  9. "async": "^2.6.1",
  10. "body-parser": "^1.18.3",
  11. "busboy": "^0.2.14",
  12. "config": "^1.31.0",
  13. "connect-mongo": "^2.0.3",
  14. "express": "^4.16.4",
  15. "express-rate-limit": "^3.3.2",
  16. "express-sanitizer": "^1.0.4",
  17. "express-session": "^1.15.6",
  18. "gulp-nodemon": "^2.4.2",
  19. "gulp-sourcemaps": "^2.6.4",
  20. "gulp-uglify-es": "^1.0.4",
  21. "helmet": "^3.15.0",
  22. "method-override": "latest",
  23. "mongoose": "^5.4.0",
  24. "morgan": "^1.9.1",
  25. "ng-file-upload": "^12.2.13",
  26. "ngclipboard": "^1.1.2",
  27. "passport": "^0.4.0",
  28. "passport-local": "^1.0.0",
  29. "passport-local-mongoose": "^5.0.1",
  30. "sanitizer": "^0.1.3",
  31. "type-is": "^1.6.16",
  32. "vinyl-source-stream": "^2.0.0"
  33. },
  34. "description": "A simple file sharing website.",
  35. "main": "index.js",
  36. "devDependencies": {
  37. "browserify": "^16.2.3",
  38. "chai": "^4.2.0",
  39. "chai-http": "^4.2.0",
  40. "event-stream": "^3.3.5",
  41. "glob": "^7.1.3",
  42. "graceful-fs": "^4.1.15",
  43. "gulp": "^4.0.0",
  44. "gulp-clean-css": "^3.10.0",
  45. "gulp-concat": "^2.6.1",
  46. "gulp-rename": "^1.4.0",
  47. "gulp-uglify": "^3.0.1",
  48. "gutil": "^1.6.4",
  49. "istanbul": "^1.1.0-alpha.1",
  50. "minimatch": "^3.0.4",
  51. "mocha": "^5.2.0",
  52. "nodemon": "^1.18.9",
  53. "npx": "^10.2.0",
  54. "nyc": "^12.0.2",
  55. "uglify-es": "^3.3.9",
  56. "vinyl-buffer": "^1.0.1",
  57. "watchify": "^3.11.0"
  58. },
  59. "author": "Jack Foltz",
  60. "license": "MIT",
  61. "scripts": {
  62. "test": "npx mocha",
  63. "build": "npx gulp",
  64. "start": "npx gulp start",
  65. "watch": "npx gulp watch",
  66. "genkey": "openssl req -newkey rsa:2048 -nodes -keyout privkey.pem -x509 -days 3650 -out cert.pem"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "https://github.com/Foltik/shimapan"
  71. }
  72. }