{
  "name": "chai-counting",
  "version": "1.0.1",
  "description": "A simple counting plugin for the Chai assertion library",
  "main": "chai-counting.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bhritchie/chai-counting.git"
  },
  "keywords": [
    "chai",
    "chai-plugin",
    "testing",
    "assertions",
    "numbers",
    "counting"
  ],
  "author": "Brendan Ritchie",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bhritchie/chai-counting/issues"
  },
  "homepage": "https://github.com/bhritchie/chai-counting#readme",
  "peerDependencies": {
    "chai": ">= 3.0.0 < 4"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "mocha": "^2.3.4"
  }
}