{
  "name": "coffeescope2",
  "version": "0.5.1",
  "description": "coffeelint plugin that handles variables and their scope",
  "keywords": [
    "coffee",
    "coffee-script",
    "coffee-lint",
    "coffeelint",
    "coffeelintrule",
    "lint",
    "scope",
    "undefined",
    "unused",
    "variables"
  ],
  "author": "Radu Dan <za_creature@yahoo.com> (https://github.com/za-creature)",
  "contributors": [
    "Nick McCready <nemtcan@gmail.com> (https://codemonkeyseedo.blogspot.com)",
    "Daniel Bayley <daniel.bayley@me.com> (https://github.com/danielbayley)",
    "Allan Bazinet (https://github.com/bazineta)",
    "Zach Millman <zach.millman@gmail.com> (https://medium.com/@zmillman)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/za-creature/coffeescope.git"
  },
  "bugs": {
    "url": "https://github.com/za-creature/coffeescope/issues"
  },
  "homepage": "https://github.com/za-creature/coffeescope",
  "license": "MIT",
  "main": "lib",
  "scripts": {
    "prepublish": "coffee -o lib -c src",
    "lint": "coffeelint src/ && coffeelint test/",
    "test": "mocha test/",
    "test-all": "mocha --reporter mocha-junit-reporter test/",
    "coverage": "istanbul report lcov"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "globals": "^11.5.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coffee-coverage": "^3.0.0",
    "coffeescript": "^2.3.0",
    "coffeelint": "latest",
    "coffeelint-advanced-colon-assignment-spacing": "^1.0.0",
    "coffeelint-braces-padding": "^0.1.5",
    "coffeelint-limit-newlines": "0.0.2",
    "coffeelint-prefer-double-quotes": "^0.1.0",
    "coffeescope2": "latest",
    "coveralls": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "mocha-junit-reporter": "^1.17.0",
    "proxyquire": "^2.0.1"
  },
  "engines": {
    "npm": "*",
    "node": ">=0.8"
  }
}
