package.json 648 B

123456789101112131415161718192021222324
  1. {
  2. "name": "inventorymanagement",
  3. "version": "0.1.0",
  4. "description": "Inventory management application for restaurants",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/The-Subline/Inventory-Management.git"
  12. },
  13. "author": "Lee Morgan",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/The-Subline/Inventory-Management/issues"
  17. },
  18. "homepage": "https://github.com/The-Subline/Inventory-Management#readme",
  19. "dependencies": {
  20. "ejs": "^2.7.1",
  21. "express": "^4.17.1",
  22. "mongoose": "^5.7.1"
  23. }
  24. }