{
  "name": "oxeo",
  "version": "1.0.3",
  "description": "Single command MERN stack creation tool.",
  "main": "main.js",
  "scripts": {
    "start": "node main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FedoraGameDev/oxeo.git"
  },
  "author": "Fedora Dev <jimmy.satt@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "inquirer": "^6.3.1"
  },
  "keywords": [
    "boilerplate",
    "react",
    "MERN",
    "MongoDb",
    "Mongoose",
    "Express",
    "create-react-app"
  ],
  "bugs": {
    "url": "https://github.com/FedoraGameDev/oxeo/issues"
  },
  "homepage": "https://github.com/FedoraGameDev/oxeo",
  "bin": {
    "oxeo": "main.js"
  }
}