Ohm-Management - Projektarbeit B-ME
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.

package.json 873B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "ohmnews",
  3. "version": "1.0.0",
  4. "description": "ohm-information app for smarter and more intuitive information and organization",
  5. "main": "server.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node server.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.efi.th-nuernberg.de/gitea/hopfma/om.git"
  13. },
  14. "keywords": [
  15. "ohm",
  16. "news",
  17. "app"
  18. ],
  19. "author": "Barbalan, Gruenzinger, Mandutz, Pham, Roemmelt",
  20. "dependencies": {
  21. "body-parser": "^1.19.0",
  22. "buefy": "^0.7.8",
  23. "connect-mongo": "^3.0.0",
  24. "express": "^4.17.1",
  25. "express-session": "^1.16.2",
  26. "inquirer": "^6.4.1",
  27. "ldap-escape": "^2.0.2",
  28. "ldapjs": "^1.0.2",
  29. "mongodb": "^3.2.7",
  30. "mongoose": "^5.6.2",
  31. "morgan": "^1.9.1",
  32. "serve-favicon": "^2.5.0",
  33. "vue": "^2.6.10",
  34. "vue-router": "^3.0.6"
  35. },
  36. "devDependencies": {}
  37. }