{
  "name": "chai-cheerio",
  "description": "Cheerio assertions for the Chai assertion library",
  "authors": [
    "Merott Movahedi <merott@merott.com>",
    "John Firebaugh <john.firebaugh@gmail.com>"
  ],
  "keywords": [
    "chai",
    "chai-plugin",
    "vendor",
    "dom",
    "test",
    "assertion",
    "assert",
    "testing",
    "jQuery",
    "Cheerio"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Merott/chai-cheerio"
  },
  "bugs": {
    "url": "https://github.com/Merott/chai-cheerio/issues"
  },
  "scripts": {
    "test": "mocha test/test.index.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "main": "./chai-cheerio",
  "engines": {
    "node": ">= 0.4.0"
  },
  "devDependencies": {
    "chai": "1",
    "cheerio": "^0.20.0",
    "mocha": "1",
    "semantic-release": "^4.3.5"
  },
  "version": "1.0.0"
}