{
  "name": "mocha-sinon",
  "version": "2.1.2",
  "keywords": [
    "mocha",
    "sinon",
    "spies",
    "testing",
    "pollution"
  ],
  "description": "mocha integration for sinon",
  "main": "mocha-sinon.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/elliotf/mocha-sinon.git"
  },
  "author": "Elliot Foster",
  "license": "MIT",
  "peerDependencies": {
    "mocha": "*",
    "sinon": "*"
  },
  "devDependencies": {
    "chai": "*",
    "mocha": "*",
    "mocha-phantomjs": "*",
    "nodemon": "*",
    "phantomjs-prebuilt": "*",
    "sinon": "*"
  },
  "engines": {
    "npm": ">1.2"
  }
}
