{
  "name": "jsxhint",
  "version": "0.15.1",
  "description": "Wrapper for JSHint to allow hinting of JSX files",
  "main": "jsxhint.js",
  "bin": "./cli.js",
  "engine": "node >= 0.8",
  "scripts": {
    "test": "node ./node_modules/tap/bin/tap test/test.js",
    "lint": "jshint"
  },
  "repository": {
    "type": "git",
    "url": "STRML/JSXHint"
  },
  "directories": {
    "test": "test"
  },
  "prefer_global": true,
  "keywords": [
    "jshint",
    "jsx",
    "react",
    "lint",
    "jslint",
    "reactjs"
  ],
  "author": "Samuel Reed",
  "contributors": [
    "Casey Foster <c@sey.me>"
  ],
  "license": "MIT",
  "dependencies": {
    "bluebird": "^2.9.14",
    "debug": "~2.1.0",
    "fs-extra": "^0.16.5",
    "glob-all": "^3.0.1",
    "jshint": "^2.6.0",
    "jstransform": "^11.0.1",
    "through": "~2.3.6"
  },
  "devDependencies": {
    "babel": "^5.4.0",
    "precommit-hook": "~1.0.7",
    "tap": "~0.4.13"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
