{
  "name":     "jshint-semicolon-hack",
  "version":  "2.5.11",
  "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 bin/build",
    "data": "node scripts/generate-identifier-data",
    "pretest": "jshint src",
    "test": "nodeunit tests tests/regression tests/unit"
  },

  "main": "./src/jshint.js",

  "dependencies": {
    "cli":                 "0.6.x",
    "console-browserify":  "1.1.x",
    "exit":                "0.1.x",
    "htmlparser2":         "3.8.x",
    "minimatch":           "1.0.x",
    "shelljs":             "0.3.x",
    "strip-json-comments": "1.0.x",
    "underscore":          "1.6.x"
  },

  "devDependencies": {
    "browserify":    "6.x",
    "coveraje":      "0.2.x",
    "jshint":        "2.5.x",
    "mock-stdin":    "0.3.x",
    "nodeunit":      "0.9.x",
    "regenerate":    "1.0.x",
    "sinon":         "1.11.x",
    "unicode-6.3.0": "0.1.x"
  },

  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jshint/jshint/blob/master/LICENSE"
    }
  ],

  "preferGlobal": true,

  "files": [
    "bin",
    "data",
    "dist",
    "src"
  ]
}
