{
  "name": "lint-plus",
  "version": "0.6.12",
  "description": "The combination of all the lint tools",
  "main": "index.js",
  "bin": {
    "linter": "./bin/lint-plus"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/y8n/lint-plus.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha test/*"
  },
  "keywords": [
    "htmlhint",
    "csslint",
    "eslint"
  ],
  "author": "YangJiyuan",
  "license": "MIT",
  "dependencies": {
    "babel-eslint": "^9.0.0",
    "colors": "1.1.2",
    "eslint": "^5.5.0",
    "eslint-plugin-angular": "^2.2.1",
    "eslint-plugin-react": "^5.1.1",
    "esprima": "^2.7.2",
    "globby": "^4.0.0",
    "map-stream": "0.0.6",
    "minimist": "^1.2.0",
    "vinyl-fs": "^2.3.1",
    "xg-csshint": "^0.3.5",
    "xg-htmlhint": "^0.1.0"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^2.4.5"
  },
  "engines": {
    "node": ">=6"
  }
}
