UNPKG

master

Version:

Master is a node web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern

25 lines (23 loc) 659 B
{ "name": "master", "dependencies": { "commander": "^14.0.2", "fs-extra": "^11.3.3" }, "version": "1.1.0", "description": "Master is a node web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern", "homepage": "https://github.com/Tailor/Master#readme", "repository": { "type": "git", "url": "git+https://github.com/Tailor/Master.git" }, "main": "./cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Alexandr Rich", "license": "ISC", "bin": { "master": "./cli.js" } }