-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 938 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
{
"name": "eslint-html-reporter",
"version": "0.7.4",
"description": "HTML Reporter for ESLint",
"main": "index.js",
"engine": "node >= 0.12.0",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ratherblue/eslint-html-reporter"
},
"keywords": [
"eslint",
"reporter",
"teamcity"
],
"author": {
"email": "ratherblue@gmail.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/ratherblue/eslint-html-reporter/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/ratherblue/eslint-html-reporter/issues"
},
"homepage": "https://github.com/ratherblue/eslint-html-reporter",
"dependencies": {
"hairballs": "^0.3.2",
"handlebars": "^4.3.1"
},
"devDependencies": {
"chai": "4.2.0",
"coveralls": "3.0.3",
"istanbul": "0.4.5",
"mocha": "6.1.4",
"mocha-lcov-reporter": "1.3.0"
}
}