{
  "name": "chai-properties",
  "version": "1.4.0",
  "keywords": [
    "chai",
    "testing",
    "properties"
  ],
  "description": "check partially object properties with chai",
  "main": "chai-properties.js",
  "scripts": {
    "test": "mocha --recursive -C test/",
    "watchtest": "mocha --watch --recursive -C test/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vbardales/chai-properties.git"
  },
  "author": "vbardales",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "~2.1.0"
  },
  "peerDependencies": {
    "chai": "^4.1.2"
  },
  "engines": {
    "npm": ">= 1.2"
  },
  "dependencies": {
    "lodash": "^4.17.15"
  }
}
