{
  "name": "jshint",
  "version": "2.1.10",
  "homepage": "http://jshint.com/",
  "description": "Static analysis tool for JavaScript",
  "author": {
    "name": "Anton Kovalyov",
    "email": "anton@kovalyov.net",
    "url": "http://anton.kovalyov.net/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jshint/jshint.git"
  },
  "bugs": {
    "url": "https://github.com/jshint/jshint/issues"
  },
  "bin": {
    "jshint": "./bin/jshint"
  },
  "scripts": {
    "build": "node make.js build",
    "test": "nodeunit tests tests/regression tests/unit",
    "pretest": "jshint src"
  },
  "main": "./src/jshint.js",
  "dependencies": {
    "shelljs": "0.1.x",
    "underscore": "1.4.x",
    "cli": "0.4.x",
    "minimatch": "0.x.x",
    "console-browserify": "0.1.x"
  },
  "devDependencies": {
    "jshint": "2.1.x",
    "shelljs": "0.1.x",
    "browserify": "2.12.x",
    "coveraje": "0.2.x",
    "nodeunit": "0.8.x",
    "sinon": "1.7.x"
  },
  "jshintConfig": {
    "boss": true,
    "node": true,
    "strict": true,
    "white": true,
    "smarttabs": true,
    "maxlen": 100,
    "newcap": false,
    "undef": true,
    "unused": true,
    "onecase": true,
    "indent": 2
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jshint/jshint/blob/master/LICENSE"
    }
  ],
  "preferGlobal": true,
  "files": [
    "bin",
    "src"
  ],
  "readme": "JSHint, A Static Code Analysis Tool for JavaScript\n--------------------------------------------------\n\n\\[ [Use it online](http://jshint.com/) •  [About](http://jshint.com/about/) • \n[Docs](http://jshint.com/docs/) • [FAQ](http://jshint.com/docs/faq) • \n[Install](http://jshint.com/install/) • [Hack](http://jshint.com/hack/) • \n[Blog](http://jshint.com/blog/) • [Twitter](https://twitter.com/jshint/) \\]\n\n[![Build Status](https://travis-ci.org/jshint/jshint.png?branch=master)](https://travis-ci.org/jshint/jshint)\n[![NPM version](https://badge.fury.io/js/jshint.png)](http://badge.fury.io/js/jshint)\n\nJSHint is a community-driven tool to detect errors and potential problems\nin JavaScript code and to enforce your team’s coding conventions. It is\nvery flexible so you can easily adjust it to your particular coding guidelines\nand the environment you expect your code to execute in.\n\n#### Reporting a bug\n\nTo report a bug simply create a\n[new GitHub Issue](https://github.com/jshint/jshint/issues/new) and describe\nyour problem or suggestion. We welcome all kind of feedback regarding\nJSHint including but not limited to:\n\n * When JSHint doesn't work as expected\n * When JSHint complains about valid JavaScript code that works in all browsers\n * When you simply want a new option or feature\n\nBefore reporting a bug look around to see if there are any open or closed tickets\nthat cover your issue. And remember the wisdom: pull request > bug report > tweet.\n\n\n#### License\n\nJSHint is distributed under the MIT License. One file and one file only\n(src/stable/jshint.js) is distributed under the slightly modified MIT License.\n\n\n#### Thank you!\n\nWe really appreciate all kind of feedback and contributions. Thanks for using and supporting JSHint!\n",
  "readmeFilename": "README.md",
  "_id": "jshint@2.1.10",
  "_from": "jshint@~2.1.4"
}
