A simple file sharing site with an easy to use API and online panel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.7KB

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