{
"name": "gulp-tslint",
"preferGlobal": false,
"version": "8.0.0",
"author": "Panu Horsmalahti <panu.horsmalahti@iki.fi>",
"description": "TypeScript linter Gulp plugin",
"contributors": [
{
"name": "Panu Horsmalahti"
}
],
"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": {
"gulp-util": "~3.0.8",
"map-stream": "~0.1.0",
"through": "~2.3.8"
},
"analyze": true,
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-typescript": "^3.1.6",
"tslint": "^5",
"typescript": "^2"
},
"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",
"bin": {}
}