{
  "name": "referee-sinon",
  "version": "1.0.3",
  "description": "Sinon.JS assertions for referee",
  "homepage": "http://busterjs.org/docs/referee-sinon",
  "author": {
    "name": "Christian Johansen",
    "email": "christian@cjohansen.no",
    "url": "http://cjohansen.no"
  },
  "contributors": [
    {
      "name": "August Lilleaas",
      "email": "august.lilleaas@gmail.com",
      "url": "http://augustl.com"
    },
    {
      "name": "Luís Cardoso",
      "email": "lfac.pt@gmail.com"
    },
    {
      "name": "Malcolm Locke",
      "email": "malc@wholemeal.co.nz"
    },
    {
      "name": "Max Antoni",
      "email": "mail@maxantoni.de",
      "url": "http://maxantoni.de"
    },
    {
      "name": "Stein Magnus Jodal",
      "email": "stein.magnus@jodal.no",
      "url": "http://jodal.no"
    }
  ],
  "license": "BSD-3-Clause",
  "main": "./lib/referee-sinon",
  "repository": {
    "type": "git",
    "url": "https://github.com/busterjs/referee-sinon"
  },
  "scripts": {
    "test": "node run-tests.js",
    "test-debug": "node --debug-brk run-tests.js"
  },
  "devDependencies": {
    "buster-test": "0.7.x",
    "formatio": "1.x",
    "referee": "1.x",
    "sinon": "1.x"
  }
}
