node_mvc_template
Version:
This is package that installs the basic NodeJS MVC structure.
18 lines (17 loc) • 384 B
JSON
{
"name": "node_mvc_template",
"version": "1.0.0",
"description": "This is package that installs the basic NodeJS MVC structure.",
"main": "index.js",
"bin": {
"create-project" : "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs-template"
],
"author": "Prabodh Bharose",
"license": "ISC"
}