{
  "name": "gulp-coffeelint",
  "version": "0.6.0",
  "description": "Lint your CoffeeScript using gulp and CoffeeLint",
  "keywords": [
    "gulpplugin",
    "lint",
    "coffee",
    "coffeelint",
    "coffeescript",
    "coffee-script",
    "codeconventions"
  ],
  "repository": "janraasch/gulp-coffeelint",
  "author": {
    "name": "Jan Raasch",
    "email": "jan@janraasch.com",
    "url": "http://janraasch.com"
  },
  "files": [
    "index.js",
    "lib/*.js"
  ],
  "scripts": {
    "prepublish": "gulp coffee --require \"coffee-script/register\"",
    "test": "coffeelint gulpfile.coffee index.coffee lib test -f ./coffeelint.json && istanbul test _mocha --report lcovonly -- ./test/*.coffee --require coffee-script/register --reporter spec",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "changelog": "conventional-changelog -p angular -i changelog.md -w"
  },
  "dependencies": {
    "args-js": "^0.10.5",
    "coffeelint": "^1.4.0",
    "coffeelint-stylish": "^0.1.1",
    "gulp-util": "^3.0.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "coffeelint-use-strict": "^1.0.0",
    "conventional-changelog": "^0.5.0",
    "coveralls": "^2.8.0",
    "del": "^2.0.1",
    "gulp": "^3.5.2",
    "gulp-coffee": "^2.1.2",
    "istanbul": "^0.4.0",
    "mocha": "^2.1.0",
    "proxyquire": "^1.4.0",
    "should": "^8.0.0",
    "sinon": "^1.8.1"
  },
  "engines": {
    "npm": ">=1.3.7",
    "node": ">=0.10.0"
  },
  "license": "MIT"
}
