UNPKG

mvc-node-express

Version:
52 lines (51 loc) 1.23 kB
{ "name": "mvc-node-express", "version": "1.1.0", "description": "MVC framework for express js", "keywords": [ "node", "mvc", "express" ], "main": "server.js", "repository": "github:llaravell/MVCExpress", "scripts": { "test": "echo \"No test specified\"", "production": "node server", "dev": "nodemon server" }, "author": { "name": "Taha Shokri", "email": "tahashokri88@chmail.ir", "url": "https://nightneon.ir" }, "homepage": "https://github.com/llaravell/mvc-node-express", "bugs": "https://github.com/llaravell/mvc-node-express/issues", "license": "MIT", "files": [ "app", "public", "routes", "views", "server.js", "package.json", "package-lock.json" ], "dependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", "express": "^4.17.1", "express-fileupload": "^1.1.5", "express-flash-messages": "^0.1.1", "express-session": "^1.16.2", "express-validator": "^6.0.1", "moment": "^2.24.0", "mongoose": "^5.6.1", "node-rest-client": "^3.1.0", "nodemon": "^1.19.1", "passport": "^0.4.0", "passport-local": "^1.0.0", "pug": "^2.0.4" } }