{
  "name": "generator-venv",
  "version": "2.2.2",
  "description": "a generator to create vue environment ",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "generator",
    "vue",
    "router",
    "vuex",
    "yeoman",
    "axios",
    "js",
    "components",
    "yeoman-generator",
    "typescript",
    "project",
    "webpack",
    "gulp",
    "modernizer",
    "jest",
    "babel"
  ],
  "author": "Hossam Hilal",
  "website": "https://github.com/hossamhilal/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hossamhilal/generator-venv"
  },
  "license": "ISC",
  "dependencies": {
    "chalk": "^3.0.0",
    "grunt": "^1.0.4",
    "lodash": "^4.17.15",
    "mkdirp": "^1.0.3",
    "npm": "^6.13.7",
    "yeoman-generator": "^4.5.0",
    "yosay": "^2.0.2"
  },
  "devDependencies": {},
  "files": [
    "app" ,
    "*",
    "app/*",
    "app/**/*"
  ]
}
