{
  "name": "chai-jq",
  "version": "0.0.9",
  "description": "An alternate jQuery assertion library for Chai.",
  "main": "chai-jq.js",
  "dependencies": {},
  "devDependencies": {
    "bower": "1.2.7",
    "chai": "1.8.1",
    "gulp": "3.5.2",
    "gulp-jade": "0.4.2",
    "gulp-jshint": "1.4.0",
    "gulp-karma": "https://github.com/FormidableLabs/gulp-karma/tarball/9535488a28fdef909e7cc221e2d02a3cdf684c9d",
    "gulp-mdox": "0.0.2",
    "gulp-mocha": "0.4.1",
    "gulp-rename": "1.2.0",
    "gulp-rimraf": "0.1.1",
    "jquery": "1.8.3",
    "jsdom": "0.8.8",
    "karma": "0.11.14",
    "karma-chrome-launcher": "0.1.2",
    "karma-coverage": "0.2.6",
    "karma-coveralls": "0.1.4",
    "karma-firefox-launcher": "0.1.3",
    "karma-mocha": "0.1.1",
    "karma-mocha-reporter": "0.2.2",
    "karma-phantomjs-launcher": "0.1.2",
    "karma-safari-launcher": "0.1.1",
    "karma-sauce-launcher": "0.2.10",
    "lodash": "2.4.1",
    "marked": "0.2.10",
    "mocha": "1.14.0",
    "phantomjs": "1.9.7-1"
  },
  "scripts": {
    "test": "gulp check",
    "check": "npm run-script test && npm run-script coverage",
    "coverage": "node_modules/karma-coverage/node_modules/.bin/istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100 'coverage/**/coverage.json'",
    "sauce-local": "gulp test:frontend:sauce"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FormidableLabs/chai-jq"
  },
  "keywords": [
    "test",
    "assertion",
    "assert",
    "chai",
    "chai-plugin",
    "jquery",
    "browser",
    "vendor",
    "dom"
  ],
  "author": "Ryan Roemer <ryan.roemer@formidablelabs.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FormidableLabs/chai-jq/issues"
  }
}
