{
  "name": "kickoff",
  "description": "A Command-Line tool, which can be used to easily create boilerplate code for new projects and other things based on archetypes stored in GitHub repos.",
  "version": "0.7.1",
  "tags": [
    "cli",
    "util",
    "tool",
    "utility",
    "archetype",
    "template",
    "git",
    "github",
    "kickoff"
  ],
  "author": {
    "name": "Tamás Benke",
    "email": "tombenke@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/tombenke/kickoff/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/tombenke/kickoff/blob/master/LICENSE"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/tombenke/kickoff.git"
  },
  "bin": {
    "kickoff": "./bin/cli.js"
  },
  "main": "index",
  "dependencies": {
    "async": "^0.9.0",
    "commander": "2.0.0",
    "extend": "^2.0.0",
    "gulp": "^3.8.10",
    "gulp-debug": "^1.0.1",
    "gulp-filter": "^1.0.2",
    "gulp-handlebars": "^3.0.1",
    "gulp-mustache": "^1.0.0",
    "gulp-through": "^0.3.0",
    "handlebars": "^2.0.0",
    "inquirer": "^0.8.0",
    "js-yaml": "^3.2.3",
    "mustache": "0.8.2",
    "underscore": "^1.7.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-github-src": "^0.1.1"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "checksum": "^0.1.1",
    "dirsum": "^0.1.1",
    "gulp": "^3.8.10",
    "gulp-markdown": "^1.0.0",
    "gulp-rename": "^1.2.0",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.0",
    "rimraf": "^2.2.8",
    "should": "^4.4.1"
  },
  "scripts": {
    "lint": "jshint **.js",
    "env": "env",
    "test": "mocha -R spec 'lib/**/*.js'",
    "coverage": "NODE_ENV=test istanbul cover _mocha -- recursive --timeout 15000 'lib/**/*.js'",
    "userguide": "cat docs/about.md docs/getStarted.md docs/documentation.md docs/getHelp.md | marked > all.html ; wkhtmltopdf all.html docs/userguide.pdf; rm all.html"
  }
}
