jshint-jsx
Version:
Wrapper for JSHint that provides nice support for JSX and MSX files.
28 lines (27 loc) • 609 B
JSON
{
"name": "jshint-jsx",
"version": "0.5.0",
"description": "Wrapper for JSHint that provides nice support for JSX and MSX files.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/shmatov/jshint-jsx"
},
"keywords": [
"jsx",
"msx",
"jshint"
],
"author": "Roman Shmatov",
"license": "MIT",
"bugs": {
"url": "https://github.com/shmatov/jshint-jsx/issues"
},
"homepage": "https://github.com/shmatov/jshint-jsx",
"dependencies": {
"jshint": "^2.5.8",
"lodash": "^2.4.1",
"msx": "^0.4.1",
"react-tools": "^0.12.0"
}
}