UNPKG

tslint-stylish

Version:

Reporter for tslint along the lines of jshint-stylish

49 lines (48 loc) 1.14 kB
{ "name": "tslint-stylish", "version": "2.1.0", "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": "index.js", "scripts": { "tslint-test": "tslint specs/fixtures/TestSrc.ts -s . -t stylish" }, "keywords": [ "gulp", "gulpplugin", "grunt", "typescript", "tslint", "stylish", "reporter" ], "devDependencies": { "del": "^2.0.2", "gulp": "^3.8.11", "gulp-batch": "^1.0.5", "gulp-debug": "^2.1.2", "gulp-help": "^1.3.4", "gulp-mocha": "^2.0.1", "gulp-notify": "^2.2.0", "gulp-tslint": "^3.4.0", "gulp-typescript": "^2.9.2", "gulp-watch": "^4.2.4", "minimist": "^1.2.0" }, "dependencies": { "chalk": "^1.1.1", "lodash": "^3.10.1", "log-symbols": "^1.0.2", "text-table": "^0.2.0", "tslint": "^2.5.0" } }