-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
60 lines (60 loc) · 1.3 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
{
"name": "gulp-tslint",
"preferGlobal": false,
"version": "8.1.4",
"author": "Panu Horsmalahti <[email protected]>",
"description": "TypeScript linter Gulp plugin",
"contributors": [
{
"name": "Panu Horsmalahti",
"email": "[email protected]"
}
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/panuhorsmalahti/gulp-tslint.git"
},
"keywords": [
"gulp",
"typescript",
"plugin",
"ts",
"gulpplugin",
"gulpfriendly",
"tslint",
"linter",
"lint"
],
"dependencies": {
"@types/fancy-log": "1.3.0",
"ansi-colors": "^1.0.1",
"fancy-log": "1.3.3",
"map-stream": "~0.0.7",
"plugin-error": "1.0.1",
"through": "~2.3.8"
},
"analyze": true,
"devDependencies": {
"@types/ansi-colors": "^1.0.0",
"@types/node": "^11.9.4",
"@types/through": "0.0.29",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-typescript": "^3.2.1",
"tslint": "^5",
"typescript": "^3"
},
"peerDependencies": {
"tslint": ">=5.0.0-dev"
},
"license": "MIT",
"engines": {
"node": ">= 4"
},
"bugs": {
"url": "https://github.com/panuhorsmalahti/gulp-tslint/issues"
},
"homepage": "https://github.com/panuhorsmalahti/gulp-tslint",
"typings": "index"
}