{
  "name": "strudel-cli",
  "version": "1.0.3",
  "description": "Command line scaffolding for Strudel projects",
  "author": "Mateusz Łuczak <mateusz.luczak@outlook.com>",
  "license": "MIT",
  "preferGlobal": true,
  "bin": {
    "strudel": "bin/strudel",
    "strudel-new": "bin/strudel-new"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strudeljs/strudel-cli.git"
  },
  "dependencies": {
    "async": "^2.4.1",
    "chalk": "^2.1.0",
    "commander": "^2.15.1",
    "consolidate": "^0.14.5",
    "download-git-repo": "^1.0.0",
    "handlebars": "^4.0.6",
    "inquirer": "^3.0.6",
    "metalsmith": "^2.3.0",
    "minimatch": "^3.0.4",
    "ora": "^1.2.0",
    "read-metadata": "^1.0.0",
    "rimraf": "^2.6.1",
    "user-home": "^2.0.0"
  }
}
