{
  "name": "react-template-generator-box",
  "version": "0.0.3",
  "description": "A CLI for react to generate file for Api request, redux and components",
  "preferGlobal": true,
  "bin": {
    "react-template-generator": "bin/react-template-generator",
    "react-template-generator-wizard": "bin/react-template-generator-wizard",
    "react-template-generator-controller": "bin/react-template-generator-controller",
    "react-template-generator-router": "bin/react-template-generator-router",
    "react-template-generator-model": "bin/react-template-generator-model",
    "react-template-generator-reset": "bin/react-template-generator-reset",
    "react-template-generator-settings": "bin/react-template-generator-settings",
    "react-template-generator-show-templates": "bin/react-template-generator-show-templates",
    "react-template-generator-copy-templates": "bin/react-template-generator-copy-templates",
    "react-template-generator-init": "bin/react-template-generator-init",
    "rtg": "bin/react-template-generator",
    "rtg-wizard": "bin/react-template-generator-wizard",
    "rtg-controller": "bin/react-template-generator-controller",
    "rtg-router": "bin/react-template-generator-router",
    "rtg-model": "bin/react-template-generator-model",
    "rtg-reset": "bin/react-template-generator-reset",
    "rtg-settings": "bin/react-template-generator-settings",
    "rtg-show-templates": "bin/react-template-generator-show-templates",
    "rtg-copy-templates": "bin/react-template-generator-copy-templates",
    "rtg-init": "bin/react-template-generator-init"
  },
  "keywords": [
    "node",
    "node file generator",
    "Node CLI",
    "CLI",
    "node express",
    "javascript",
    "express"
  ],
  "author": "Nishant Singh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nishantsinghchandel/react-template-generator-cli.git"
  },
  "bugs": {
    "url": "https://github.com/nishantsinghchandel/react-template-generator-cli/issues"
  },
  "homepage": "https://github.com/nishantsinghchandel/react-template-generator-cli/#readme",
  "dependencies": {
    "async": "^2.1.5",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "consolidate": "^0.14.5",
    "fs-extra": "^2.0.0",
    "handlebars": "^4.0.6",
    "inquirer": "^3.0.5",
    "istextorbinary": "^2.1.0",
    "metalsmith": "^2.3.0",
    "open": "0.0.5",
    "to-camel-case": "^1.0.0",
    "to-pascal-case": "^1.0.0",
    "to-slug-case": "^1.0.0",
    "to-snake-case": "^1.0.0",
    "to-space-case": "^1.0.0",
    "user-settings": "^0.1.5"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
