{
  "name": "wack",
  "version": "0.3.9",
  "description": "wack ack",
  "main": "index.js",
  "bin": {
    "wack": "./bin/wack.js"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jarofghosts/wack.git"
  },
  "keywords": [
    "ack",
    "grep",
    "search"
  ],
  "author": "jesse keane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jarofghosts/wack/issues"
  },
  "preferGlobal": true,
  "dependencies": {
    "ack-types": "^0.1.0",
    "bash-color": "0.0.3",
    "dir-stream": "^1.0.0",
    "duplexify": "^3.2.0",
    "file-content-stream": "^1.0.0",
    "nopt": "^2.2.1",
    "quotemeta": "0.0.0",
    "stream-police": "^1.0.0",
    "through2": "^0.6.3"
  },
  "devDependencies": {
    "tape": "^2.13.1"
  }
}
