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ů.

76 řádky
2.0KB

  1. {
  2. "name": "shrimpa",
  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. "crossfilter2": "^1.4.6",
  15. "dc": "^3.0.9",
  16. "express": "^5.0.0-alpha.7",
  17. "express-rate-limit": "^3.3.2",
  18. "express-sanitizer": "^1.0.4",
  19. "express-session": "^1.15.6",
  20. "gulp-nodemon": "^2.4.2",
  21. "gulp-sourcemaps": "^2.6.4",
  22. "gulp-uglify-es": "^1.0.4",
  23. "helmet": "^3.15.0",
  24. "method-override": "latest",
  25. "mongoose": "^5.4.0",
  26. "morgan": "^1.9.1",
  27. "ng-file-upload": "^12.2.13",
  28. "ngclipboard": "^1.1.2",
  29. "passport": "^0.4.0",
  30. "passport-local": "^1.0.0",
  31. "passport-local-mongoose": "^5.0.1",
  32. "sanitizer": "^0.1.3",
  33. "type-is": "^1.6.16",
  34. "vinyl-source-stream": "^2.0.0",
  35. "natives": "^1.1.6"
  36. },
  37. "description": "A simple file sharing website.",
  38. "main": "index.js",
  39. "devDependencies": {
  40. "browserify": "^16.2.3",
  41. "chai": "^4.2.0",
  42. "chai-http": "^4.2.0",
  43. "event-stream": "^3.3.4",
  44. "glob": "^7.1.3",
  45. "graceful-fs": "^4.1.15",
  46. "gulp": "^4.0.0",
  47. "gulp-clean-css": "^3.10.0",
  48. "gulp-concat": "^2.6.1",
  49. "gulp-rename": "^1.4.0",
  50. "gulp-uglify": "^3.0.1",
  51. "gutil": "^1.6.4",
  52. "istanbul": "^1.1.0-alpha.1",
  53. "minimatch": "^3.0.4",
  54. "mocha": "^5.2.0",
  55. "nodemon": "^1.18.9",
  56. "npx": "^10.2.0",
  57. "nyc": "^12.0.2",
  58. "uglify-es": "^3.3.9",
  59. "vinyl-buffer": "^1.0.1",
  60. "watchify": "^3.11.0"
  61. },
  62. "author": "Jack Foltz",
  63. "license": "MIT",
  64. "scripts": {
  65. "test": "npx mocha",
  66. "build": "npx gulp",
  67. "start": "npx gulp start",
  68. "watch": "npx gulp watch",
  69. "genkey": "openssl req -newkey rsa:2048 -nodes -keyout privkey.pem -x509 -days 3650 -out cert.pem"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "https://github.com/Foltik/shrimpa"
  74. }
  75. }