-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.84 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"author": "gucong3000",
"bugs": {
"url": "https://github.com/gucong3000/gulp-reporter/issues"
},
"dependencies": {
"anymatch": "^1.3.0",
"bufferstreams": "^1.1.1",
"emphasize": "^1.2.0",
"gulp-util": "^3.0.7",
"lodash.get": "^4.4.2",
"os-locale": "^2.0.0"
},
"description": "Error report localization for: EditorConfig/ESLint/JSCS/JSHint/CssLint/PostCSS/TSLint",
"devDependencies": {
"cover": "^0.2.9",
"coveralls": "^2.12.0",
"eclint": "^2.0.1",
"eslint": "^3.18.0",
"gulp-csslint": "^1.0.0",
"gulp-eslint": "^3.0.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-postcss": "^6.4.0",
"gulp-tslint": "^7.1.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"node-version-check": "^2.1.1",
"postcss": "^5.2.16",
"sinon": "^2.1.0",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"through2": "^2.0.3",
"tslint": "^4.5.1",
"typescript": "^2.2.2",
"vinyl": "^2.0.1",
"vinyl-fs": "^2.4.4"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/gucong3000/gulp-reporter#readme",
"keywords": [
"gulp",
"reporter",
"report",
"localization",
"eslint",
"jscs",
"jshint",
"csslint",
"postcss",
"tslint",
"eclint",
"EditorConfig",
"git",
"blame",
"author"
],
"license": "MIT",
"main": "./lib/gulp-plugin.js",
"name": "gulp-reporter",
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/gulp-reporter.git"
},
"scripts": {
"coveralls": "npm run test && coveralls < coverage/lcov.info",
"pretest": "node-version-gte-4 && eslint lib test/*.test.js || echo \"ESLint not supported\"",
"test": "istanbul cover node_modules/mocha/bin/_mocha test/*.test.js"
},
"version": "1.8.1"
}