{
  "name": "bot-magic",
  "version": "0.0.1",
  "description": "Bot-magic, inspired by Meme magic to build 🤖 easily",
  "homepage": "https://github.com/dulichan/bot-magic",
  "author": {
    "name": "Dulitha Wijewantha",
    "email": "dulithaz@gmail.com",
    "url": "https://github.com/dulichan"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/franzip/generator-hapi-api-stack.git"
  },
  "bugs": {
    "url": "https://github.com/franzip/generator-hapi-api-stack/issues"
  },
  "main": "generators/app/index.js",
  "files": [
    "generators/app",
    "generators/auth",
    "generators/job",
    "generators/model",
    "generators/route",
    "generators/service"
  ],
  "keywords": [
    "hapi",
    "api",
    "server",
    "services",
    "jobs",
    "boilerplate",
    "plugin",
    "generator",
    "yeoman",
    "yo",
    "yeoman-generator"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "file": "^0.2.2",
    "jsesc": "^2.2.0",
    "lodash": "^4.15.0",
    "npm-whoami": "^1.1.4",
    "yeoman-generator": "^0.24.1",
    "yosay": "^1.0.0"
  },
  "devDependencies": {
    "eslint": "^3.1.1",
    "eslint-plugin-node": "^2.0.0",
    "lab": "^11.0.1",
    "rimraf": "^2.5.4",
    "yeoman-assert": "^2.0.0",
    "yeoman-test": "^1.0.0"
  },
  "scripts": {
    "test": "lab -l -L -n eslint -m 5000",
    "test-cov-html": "lab -l -L -n eslint -m 5000 -r html -o coverage.html"
  },
  "license": "MIT"
}
