{
  "name": "snr",
  "version": "0.3.0",
  "description": "Simple search and replace tool.",
  "main": "index.js",
  "bin": {
    "snr": "bin/snr"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --check-leaks --reporter spec --ui bdd test/setup.js test/*.spec.js",
    "lint": "./node_modules/jshint/bin/jshint index.js lib/*.js"
  },
  "author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "glob": "~3.2.6",
    "split": "~0.2.10",
    "async": "~0.2.9",
    "dashdash": "~1.3.2",
    "lodash": "~2.2.1"
  },
  "devDependencies": {
    "better-stack-traces": "~1.0.0",
    "chai": "~1.8.1",
    "fs-extra": "~0.8.0",
    "jshint": "^2.6.0",
    "mocha": "~1.13.0",
    "sandboxed-module": "~0.3.0",
    "sinon": "~1.7.3"
  }
}
