A simple file sharing site with an easy to use API and online panel.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

65 рядки
1.6KB

  1. {
  2. "name": "shimapan",
  3. "version": "1.0.0",
  4. "dependencies": {
  5. "angular": "^1.7.2",
  6. "angular-messages": "^1.7.2",
  7. "angular-ui-router": "^1.0.19",
  8. "async": "^2.6.1",
  9. "body-parser": "^1.18.3",
  10. "busboy": "^0.2.14",
  11. "config": "^1.31.0",
  12. "connect-mongo": "^2.0.1",
  13. "express": "^4.16.3",
  14. "express-sanitizer": "^1.0.4",
  15. "express-session": "^1.15.6",
  16. "gulp-nodemon": "^2.2.1",
  17. "helmet": "^3.13.0",
  18. "method-override": "latest",
  19. "mongoose": "^5.2.5",
  20. "morgan": "^1.9.0",
  21. "ng-file-upload": "^12.2.13",
  22. "ngclipboard": "^1.1.2",
  23. "passport": "^0.4.0",
  24. "passport-local": "^1.0.0",
  25. "passport-local-mongoose": "^5.0.1",
  26. "sanitizer": "^0.1.3",
  27. "type-is": "^1.6.16",
  28. "vinyl-source-stream": "^2.0.0"
  29. },
  30. "description": "A simple file sharing website.",
  31. "main": "index.js",
  32. "devDependencies": {
  33. "browserify": "^16.2.2",
  34. "chai": "^4.1.2",
  35. "chai-http": "^4.0.0",
  36. "event-stream": "^3.3.4",
  37. "graceful-fs": "^4.1.11",
  38. "gulp": "^4.0.0",
  39. "gulp-clean-css": "^3.9.4",
  40. "gulp-concat": "^2.6.1",
  41. "gulp-rename": "^1.4.0",
  42. "gulp-uglify": "^3.0.1",
  43. "istanbul": "^1.1.0-alpha.1",
  44. "minimatch": "^3.0.4",
  45. "mocha": "^5.2.0",
  46. "nodemon": "^1.18.3",
  47. "npx": "^10.2.0",
  48. "nyc": "^12.0.2",
  49. "uglify-es": "^3.3.9"
  50. },
  51. "author": "Jack Foltz",
  52. "license": "LICENSE",
  53. "scripts": {
  54. "test": "npx mocha",
  55. "build": "npx gulp",
  56. "start": "npx gulp start",
  57. "watch": "npx gulp watch"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "https://github.com/Foltik/shimapan"
  62. }
  63. }