{
  "name": "dirty-chai",
  "description": "Extends Chai with lint-friendly terminating assertions.",
  "main": "./lib/dirty-chai.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/joshperry/dirty-chai"
  },
  "ignore": [
    "Gruntfile.js",
    "package.json",
    "test/"
  ],
  "keywords": [
    "chai",
    "testing"
  ],
  "dependencies": {
    "chai": ">= 6.2.0 < 7"
  }
}
