UNPKG

zyx-mvc

Version:
42 lines (41 loc) 981 B
{ "name": "zyx-mvc", "version": "0.30.0", "description": "Implements express MVC application", "main": "index.js", "scripts": { "dev": "NODE_ENV=dev nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/miketerry-org/zyx-mvc.git" }, "keywords": [ "zyx", "mvc", "web", "application", "express" ], "author": "Mike Terry", "license": "MIT", "bugs": { "url": "https://github.com/miketerry-org/zyx-mvc/issues" }, "homepage": "https://github.com/miketerry-org/zyx-mvc#readme", "dependencies": { "connect-flash": "^0.1.1", "cors": "^2.8.5", "express": "^5.1.0", "express-handlebars": "^8.0.3", "express-rate-limit": "^8.0.1", "helmet": "^8.1.0", "hpp": "^0.2.3", "morgan": "^1.10.1", "zyx-base": "^0.30.0", "zyx-env": "^0.30.0", "zyx-schema": "^0.30.0", "zyx-system": "^0.30.0" } }