{
  "name": "simplebuild-jshint",
  "version": "1.3.0",
  "engines": {
    "node": ">=0.10"
  },
  "description": "A simple library for automating JSHint",
  "main": "src/index.js",
  "scripts": {
    "test": "jake"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jamesshore/simplebuild-jshint"
  },
  "keywords": [
    "simplebuild",
    "jshint",
    "lint"
  ],
  "author": "James Shore",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jamesshore/simplebuild-jshint/issues"
  },
  "homepage": "https://github.com/jamesshore/simplebuild-jshint",
  "devDependencies": {
    "chai": "^3.4.1",
    "gaze": "^0.5.1",
    "jake": "~8.0.12",
    "jshint": "^2.9.1-rc1",
    "mocha": "~2.3.4",
    "test-console": "^1.0.0"
  },
  "dependencies": {
    "async": "^1.5.0",
    "simplebuild": "^0.5.0",
    "worker-farm": "^1.3.1"
  },
  "peerDependencies": {
    "jshint": "*"
  }
}
