{
  "name": "@conjurelabs/hob",
  "version": "0.0.20",
  "description": "Hobgoblin to do odd jobs for your apps",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "bin": {
    "hob": "./dist/bin/hob"
  },
  "scripts": {
    "build": "taskr build",
    "release": "taskr release",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run release"
  },
  "keywords": [
    "hob",
    "hobgoblin",
    "node",
    "next"
  ],
  "repository": "ConjureLabs/hob",
  "homepage": "https://github.com/ConjureLabs/hob#readme",
  "bugs": "https://github.com/ConjureLabs/hob/issues",
  "license": "MIT",
  "dependencies": {
    "cross-spawn": "6.0.5",
    "minimist": "1.2.0",
    "nodemon": "1.17.3",
    "rimraf": "2.6.2",
    "shell-source": "1.1.0",
    "stylus": "0.54.5"
  },
  "devDependencies": {
    "@babel/core": "7.0.0-beta.44",
    "@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.44",
    "@babel/preset-env": "7.0.0-beta.44",
    "@taskr/babel": "1.1.0-next.1",
    "@taskr/clear": "1.1.0",
    "@taskr/esnext": "1.1.0",
    "node-notifier": "5.2.1",
    "taskr": "1.1.0"
  },
  "peerDependencies": {
    "babel-eslint": "8.0.1",
    "eslint": "4.10.0",
    "jscs": "3.0.7"
  }
}
