{
  "name": "xp",
  "description": "Command line regular expression search and replace",
  "version": "1.0.1",
  "author": "Qix (http://github.com/qix-)",
  "bin": "./index.js",
  "keywords": [
    "regular",
    "expression",
    "regex",
    "regexp",
    "cli",
    "command",
    "line",
    "search",
    "replace",
    "find",
    "sed",
    "awk",
    "grep"
  ],
  "license": "MIT",
  "scripts": {
    "pretest": "xo",
    "test": "mocha --compilers coffee:coffee-script/register"
  },
  "files": [
    "index.js"
  ],
  "repository": "qix-/xp",
  "devDependencies": {
    "coffee-script": "^1.9.3",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5",
    "should": "^7.0.1",
    "xo": "^0.7.1"
  },
  "dependencies": {
    "backslash": "^0.2.0",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "consumer-stream": "^0.1.1"
  }
}
