-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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"
}
}