{
  "name": "chai-spies-next",
  "version": "0.9.3",
  "description": "Spies for the Chai assertion library.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "repository": "shellscape/chai-spies",
  "author": {
    "name": "Andrew Powell",
    "email": "andrew@shellscape.org",
    "url": "shellscape.org"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "folio": "0.3.x"
  },
  "keywords": [
    "chai",
    "chai-plugin",
    "browser",
    "mocks-and-spies",
    "testing",
    "spies",
    "stubs",
    "mocks"
  ]
}
