create-mern-stack
Version:
Basic blueprint for mern stack
27 lines (26 loc) • 614 B
JSON
{
"name": "create-mern-stack",
"version": "1.0.29",
"description": "Basic blueprint for mern stack",
"main": "index.js",
"scripts": {},
"bin": {
"create-mern-stack": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dearborn42/mern-blueprint.git"
},
"keywords": [
"mern",
"stack",
"blueprint"
],
"author": "Dearborn42 <amurf26@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dearborn42/mern-blueprint/issues"
},
"homepage": "https://github.com/Dearborn42/mern-blueprint#readme",
"dependencies": {}
}