{
  "name": "coffeelint-stylish",
  "version": "0.1.2",
  "description": "Stylish reporter for CoffeeLint",
  "keywords": [
    "reporter",
    "validate",
    "stylish",
    "elegant",
    "pretty",
    "lint",
    "coffee",
    "coffeelint",
    "coffeescript",
    "coffee-script",
    "codeconventions"
  ],
  "repository": "janraasch/coffeelint-stylish",
  "author": {
    "name": "Jan Raasch",
    "email": "jan@janraasch.com",
    "url": "http://janraasch.com"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "prepublish": "gulp coffee --require \"coffee-script/register\"",
    "test": "coffeelint index.coffee test.coffee gulpfile.coffee && istanbul test _mocha --report lcovonly -- test.coffee --require coffee-script/register --reporter spec",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "lint-with-this": "coffeelint index.coffee test.coffee gulpfile.coffee --reporter ./"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "text-table": "^0.2.0"
  },
  "devDependencies": {
    "coffee-script": "^1.7.0",
    "coffeelint": "^1.3.0",
    "coveralls": "^2.10.0",
    "del": "^1.1.1",
    "gulp": "^3.6.0",
    "gulp-coffee": "^2.1.2",
    "gulp-util": "^3.0.0",
    "istanbul": "^0.3.0",
    "mocha": "^2.1.0"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.3.7"
  },
  "license": "MIT"
}
