{
  "name": "mern-stack-cli",
  "version": "1.5.1",
  "description": "A MERN Stack Cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laynefaler/MERN-Stack_Cli.git"
  },
  "keywords": [],
  "author": "Layne Faler <laynefaler>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/laynefaler/MERN-Stack_Cli/issues"
  },
  "homepage": "https://github.com/laynefaler/MERN-Stack_Cli#readme",
  "preferGlobal": true,
  "bin": {
    "mern": "./actions/index.js"
  },
  "dependencies": {
    "jsonfile": "^2.4.0",
    "ncp": "^2.0.0"
  }
}
