{
  "name": "hence-inquisitor",
  "description": "A streamlined scaffolding installer utility, incorporating inquirer and glup-utils at it's core.",
  "version": "0.2.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/hence-io/hence-inquisitor.git"
  },
  "bugs": {
    "url": "https://github.com/hence-io/hence-inquisitor/issues"
  },
  "author": "Sean 'Blitz' Homer <sean.homer@therefore.ca>",
  "files": [
    "index.js",
    "lib"
  ],
  "dependencies": {
    "async": "^1.4.2",
    "gulp-util": "^3.0.6",
    "inquirer": "hence-io/Inquirer.js",
    "lodash": "^3.10.1",
    "validator": "^4.0.2"
  },
  "devDependencies": {
    "buffer-equal": "^0.0.1",
    "coveralls": "^2.11.2",
    "event-stream": "^3.3.1",
    "istanbul": "^0.3.5",
    "istanbul-coveralls": "^1.0.1",
    "jshint": "^2.5.11",
    "lodash.templatesettings": "^3.0.0",
    "mocha": "^2.0.1",
    "rimraf": "^2.2.8",
    "should": "^7.0.1"
  },
  "scripts": {
    "test": "jshint *.js lib/*.js test/*.js && mocha",
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run coverage && istanbul-coveralls",
    "docco": "docco -o docs/docco lib/*.js && docco -o docs/docco lib/**/*.js"
  },
  "engines": {
    "node": ">=0.10"
  },
  "keywords": [
    "slush",
    "gulp",
    "util"
  ]
}
