{
  "name": "generator-chocolateyhotkey",
  "version": "1.0.5",
  "description": "Yeoman generator for chocolatey hotkey (chk)",
  "license": "MIT",
  "main": "app/index.js",
  "repository": "alexdresko/chocolatey-hotkey",
  "author": {
    "name": "Alex Dresko",
    "email": "me@alexdresko.com",
    "url": "https://github.com/alexdresko"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "generators"
  ],
  "keywords": [
    "yeoman-generator",
    "chocolateyhotkey",
    "chocolatey",
    "hotkey",
    "autohotkey",
    "ahk",
    "chk"
  ],
  "dependencies": {
    "yo": "^1.4.7",
    "yeoman-generator": "^0.19.0",
    "chalk": "^1.0.0",
    "yosay": "^1.0.2"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
