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 721B

12345678910111213141516171819202122232425262728293031
  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.18.3",
  22. "eslint": "^5.9.0",
  23. "express": "^4.16.4",
  24. "express-session": "^1.15.6",
  25. "mongodb": "^3.1.10",
  26. "mongoose": "^5.4.10",
  27. "morgan": "^1.9.1",
  28. "vue": "^2.5.17",
  29. "vue-router": "^3.0.2"
  30. }
  31. }