{
  "name": "karma-chai-plugins",
  "description": "Chai browser plugins set for Karma",
  "scripts": {
    "pretest": "eslint . --ignore-path .gitignore",
    "test": "karma start"
  },
  "keywords": [
    "karma",
    "karma-plugin",
    "karma-framework",
    "chai",
    "sinon-chai",
    "sinon",
    "dom",
    "jquery",
    "chai-as-promised",
    "chai-things"
  ],
  "version": "0.9.0",
  "author": {
    "name": "Eugene Datsky",
    "email": "eugene@datsky.ru"
  },
  "main": "./index.js",
  "license": "MIT",
  "homepage": "https://github.com/princed/karma-chai-plugins",
  "repository": {
    "type": "git",
    "url": "https://github.com/princed/karma-chai-plugins.git"
  },
  "bugs": {
    "url": "https://github.com/princed/karma-chai-plugins/issues"
  },
  "dependencies": {
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "chai-dom": "^1.2.2",
    "chai-jquery": "^2.0.0",
    "chai-things": "^0.2.0",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.8.0"
  },
  "devDependencies": {
    "es6-promise": "^4.0.2",
    "eslint": "^3.5.0",
    "jquery": "^3.1.0",
    "karma": "^1.3.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^1.0.1",
    "karma-phantomjs-launcher": "^1.0.2",
    "mocha": "^3.0.2"
  }
}
