{
  "name": "jshint-md-reporter",
  "version": "0.1.0",
  "description": "JSHint reporter intended for logging errors to a file in markdown.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint --exclude node_modules .",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/justinchmura/jshint-md-reporter.git"
  },
  "keywords": [
    "jshint",
    "reporter",
    "markdown"
  ],
  "author": {
    "name": "Justin Chmura",
    "email": "justin.chmura@gmail.com",
    "url": "http://justinchmura.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/justinchmura/jshint-md-reporter/issues"
  },
  "homepage": "https://github.com/justinchmura/jshint-md-reporter",
  "devDependencies": {
    "assert": "^1.3.0",
    "jshint": "^2.8.0",
    "mocha": "^2.2.4"
  },
  "dependencies": {
    "ramda": "^0.13.0"
  }
}
