{
  "name": "jshint-simple-log",
  "version": "0.1.0",
  "description": "Output your JSHint to a log file",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "JSHint",
    "Reporter",
    "Output",
    "Log",
    "File"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mikeCatalyst/jshint-simple-log.git"
  },
  "author": "Mike Wojnarowski (http://catalystresources.com)",
  "license": "ISC",
  "dependencies": {
    "jshint": "^2.9.1"
  }
}
