{
  "name": "coffeelint-forbidden-regex",
  "version": "0.1.1",
  "description": "CoffeeLint rule that forbids specified regular expressions.",
  "main": "index.js",
  "keywords": [
    "coffeelint",
    "coffeelintrule",
    "coffee-lint"
  ],
  "author": {
  "name"  : "Wojciech Frącz",
  "email" : "vojtek44@gmail.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/fracz/coffeelint-forbidden-regex",
  "repository": {
    "type": "git",
    "url": "https://github.com/fracz/coffeelint-forbidden-regex"
  },
  "peerDependencies": {
    "coffeelint": "~1"
  },
  "devDependencies": {
    "coffee-script": "~1.8.0"
  }
}
