{
  "name": "coffeelint-no-chai-getters",
  "version": "0.0.8",
  "description": "Coffeelint rule that detects code using a chai getter without function invocation",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/benchling/coffeelint-no-chai-getters.git"
  },
  "keywords": [
    "coffeelint",
    "coffeelintrule",
    "coffeelint-rule",
    "coffee-lint",
    "chai",
    "chai-getter",
    "dirty-chai"
  ],
  "author": "Rob Sami",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benchling/coffeelint-no-chai-getters/issues"
  },
  "homepage": "https://github.com/benchling/coffeelint-no-chai-getters",
  "peerDependencies": {
    "coffeelint": ">=1.4"
  },
  "dependencies": {
    "chai": "^3.4.1",
    "coffee-script": "^1.10.0"
  }
}
