{
  "name": "chai-subset",
  "version": "1.6.0",
  "description": "Object properties matcher for Chai",
  "main": "lib/chai-subset.js",
  "scripts": {
    "test": "istanbul cover _mocha",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/debitoor/chai-subset.git"
  },
  "keywords": [
    "chai",
    "chai-plugin",
    "objects",
    "subset",
    "contains",
    "plugin",
    "containSubset",
    "deep",
    "like",
    "match",
    "similar",
    "includes",
    "superset"
  ],
  "author": "Andrii Shumada <eagleeyes91@gmail.com>",
  "contributors": [
    "Robert Herhold <reherhold@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/debitoor/chai-subset/issues"
  },
  "homepage": "https://github.com/debitoor/chai-subset",
  "devDependencies": {
    "@debitoor/eslint-config-debitoor": "1.2.0",
    "chai": "3.5.0",
    "coveralls": "2.11.16",
    "istanbul": "0.4.5",
    "mocha": "3.2.0",
    "mocha-eslint": "3.0.1"
  },
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">=4"
  }
}
