61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "gulp-tslint",
|
||
|
|
"preferGlobal": false,
|
||
|
|
"version": "8.1.4",
|
||
|
|
"author": "Panu Horsmalahti <panu.horsmalahti@iki.fi>",
|
||
|
|
"description": "TypeScript linter Gulp plugin",
|
||
|
|
"contributors": [
|
||
|
|
{
|
||
|
|
"name": "Panu Horsmalahti",
|
||
|
|
"email": "panu.horsmalahti@iki.fi"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"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"
|
||
|
|
}
|