{
  "name": "tslint-fix",
  "version": "0.1.3",
  "description": "tslint-fix takes output of tslint and fixes the errors.",
  "main": "lib/tslint-fix.js",
  "bin" : { "tslint-fix" : "./lib/tslint-fix.js" },
  "files": [
    "lib"
  ],
  "scripts": {
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nojvek/tslint-fix"
  },
  "keywords": [
    "tslint",
    "fix",
    "auto",
    "fixer",
    "magic"
  ],
  "author": "nojvek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nojvek/tslint-fix/issues"
  },
  "homepage": "https://github.com/nojvek/tslint-fix#readme",
  "devDependencies": {
  }
}
