{
  "name": "generator-condo",
  "version": "1.0.0-rc.5",
  "description": "Yeoman generator for a DNX-based project with support for the Condo build system.",
  "license": "Apache-2.0",
  "main": "app/index.js",
  "repository": "pulsebridge/generator-condo",
  "homepage": "http://open.pulsebridge.com/generator-condo",
  "bugs": {
    "url": "https://github.com/pulsebridge/generator-condo/issues"
  },
  "preferGlobal": true,
  "contributors": [
    {
      "name": "Deavon M. McCaffery",
      "email": "dmccaffery@pulsebridge.com",
      "url": "https://github.com/dmccaffery"
    }
  ],
  "author": {
    "name": "PulseBridge, Inc.",
    "email": "open@pulsebridge.com",
    "url": "https://github.com/pulsebridge"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "app"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "yeoman-generator",
    "ASP.NET",
    "aspnet",
    "dnx",
    "condo",
    "build",
    "net"
  ],
  "dependencies": {
    "chalk": "^1.0.0",
    "download": "^4.4.3",
    "inquirer": "^0.11.0",
    "mkdirp": "^0.5.1",
    "path": "^0.12.7",
    "q": "^1.4.1",
    "yeoman-generator": "^0.21.1",
    "yosay": "^1.1.0"
  },
  "devDependencies": {
    "mocha": "^2.3.4"
  }
}
