package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "spacedeck-open",
  3. "version": "0.0.3",
  4. "private": true,
  5. "scripts": {
  6. "start": "electron ."
  7. },
  8. "engines": {
  9. "node": ">=7.8.0"
  10. },
  11. "dependencies": {
  12. "archiver": "1.3.0",
  13. "async": "2.3.0",
  14. "basic-auth": "1.1.0",
  15. "bcryptjs": "2.4.3",
  16. "body-parser": "~1.17.1",
  17. "cheerio": "0.22.0",
  18. "config": "1.25.1",
  19. "cookie-parser": "~1.4.3",
  20. "electron": "^1.8.4",
  21. "execSync": "latest",
  22. "express": "~4.13.0",
  23. "file-type": "^7.6.0",
  24. "glob": "7.1.1",
  25. "gm": "1.23.0",
  26. "helmet": "^3.5.0",
  27. "i18n-2": "0.6.3",
  28. "log-timestamp": "latest",
  29. "mock-aws-s3": "^2.6.0",
  30. "moment": "^2.19.3",
  31. "morgan": "1.8.1",
  32. "node-phantom-simple": "2.2.4",
  33. "nodemailer": "^4.6.7",
  34. "phantomjs-prebuilt": "2.1.14",
  35. "read-chunk": "^2.1.0",
  36. "request": "2.81.0",
  37. "sanitize-html": "^1.11.1",
  38. "sequelize": "^4.37.6",
  39. "serve-favicon": "~2.4.2",
  40. "serve-static": "^1.13.1",
  41. "slug": "0.9.1",
  42. "sqlite3": "^4.0.0",
  43. "swig": "1.4.2",
  44. "umzug": "^2.1.0",
  45. "underscore": "1.8.3",
  46. "uuid": "^3.2.1",
  47. "validator": "7.0.0",
  48. "ws": "2.2.3"
  49. },
  50. "main": "app.js",
  51. "description": "",
  52. "directories": {},
  53. "repository": {
  54. "type": "git",
  55. "url": "https://git.tum.dk/tum.dk/spacedeck-open.git"
  56. },
  57. "keywords": [],
  58. "author": "Lukas F. Hartmann, Martin Güther",
  59. "license": "AGPLv3"
  60. }