gulp-tslint-stylish
Version:
Reporter for tslint along the lines of jshint-stylish
43 lines (42 loc) • 1 kB
JSON
{
"name": "gulp-tslint-stylish",
"version": "1.1.1",
"description": "Reporter for tslint along the lines of jshint-stylish",
"author": "Adam Fitzpatrick <adam@muneris.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adamfitzpatrick/tslint-stylish/issues",
"email": "adam@muneris.net"
},
"repository": {
"type": "git",
"url": "git@github.com:adamfitzpatrick/tslint-stylish.git"
},
"main": "release/index.js",
"keywords": [
"gulp",
"gulpplugin",
"typescript",
"tslint",
"stylish",
"reporter"
],
"devDependencies": {
"gulp": "^3.8.11",
"gulp-batch": "^1.0.5",
"gulp-debug": "^2.1.0",
"gulp-help": "^1.3.4",
"gulp-mocha": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-tslint": "^3.2.0",
"gulp-typescript": "^2.6.0",
"gulp-watch": "^4.2.4",
"minimist": "^1.2.0"
},
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^3.6.0",
"log-symbols": "^1.0.2",
"text-table": "^0.2.0"
}
}