{
  "name": "eslintify",
  "version": "3.1.0",
  "description": "Stream module for verifying JavaScript programs with ESLint.",
  "author": "Evan Jacobs <evan@yaycmyk.com> (http://yaycmyk.com)",
  "repository": "git://github.com/yaycmyk/eslintify.git",
  "bugs": "https://github.com/yaycmyk/eslintify/issues",
  "dependencies": {
    "eslint": "^3.0.0",
    "eslint-friendly-formatter": "^2.0.0",
    "through": "^2.0.0"
  },
  "keywords": [
    "eslint",
    "browserify"
  ],
  "license": "MIT"
}
