| 123456789101112131415161718192021222324252627 |
- {
- "name": "inventorymanagement",
- "version": "0.1.0",
- "description": "Inventory management application for restaurants",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/The-Subline/Inventory-Management.git"
- },
- "author": "Lee Morgan",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/The-Subline/Inventory-Management/issues"
- },
- "homepage": "https://github.com/The-Subline/Inventory-Management#readme",
- "dependencies": {
- "axios": "^0.19.0",
- "bcryptjs": "^2.4.3",
- "ejs": "^2.7.1",
- "express": "^4.17.1",
- "express-session": "^1.17.0",
- "mongoose": "^5.7.4"
- }
- }
|