{
  "name": "chai-jquery",
  "description": "jQuery assertions for the Chai assertion library",
  "keywords": [ "test", "assertion", "assert", "testing", "jQuery" ],
  "authors": ["John Firebaugh <john.firebaugh@gmail.com>"],
  "repository": {
    "type": "git",
    "url": "https://github.com/chaijs/chai-jquery"
  },
  "main": ["./chai-jquery.js"],
  "ignore": [".git", ".gitignore", ".travis.yml", "test"],
  "devDependencies": {
    "chai": "4",
    "mocha": "1",
    "mocha-phantomjs": "3",
    "jquery": "1.9.1 - 2"
  }
}
