{
  "name": "sinon",
  "description": "JavaScript test spies, stubs and mocks.",
  "version": "1.17.7",
  "homepage": "http://sinonjs.org/",
  "author": "Christian Johansen",
  "repository": {
    "type": "git",
    "url": "http://github.com/cjohansen/Sinon.JS.git"
  },
  "bugs": {
    "mail": "christian@cjohansen.no",
    "url": "http://github.com/cjohansen/Sinon.JS/issues"
  },
  "license": "BSD-3-Clause",
  "scripts": {
    "build": "./build",
    "check-clean-wd": "./scripts/is-clean-wd.sh",
    "clean": "rimraf pkg",
    "ci-test": "npm run lint && ./scripts/ci-test.sh",
    "test": "./scripts/ci-test.sh",
    "lint": "eslint .",
    "prepublish": "npm-run-all check-clean-wd clean build",
    "eslint-pre-commit": "./scripts/eslint-pre-commit"
  },
  "pre-commit": [
    "eslint-pre-commit"
  ],
  "dependencies": {
    "formatio": "1.1.1",
    "util": ">=0.10.3 <1",
    "lolex": "1.3.2",
    "samsam": "1.1.2"
  },
  "devDependencies": {
    "buster": "0.7.18",
    "buster-core": "^0.6.4",
    "buster-istanbul": "0.1.13",
    "eslint": "0.24.0",
    "eslint-config-defaults": "^2.1.0",
    "jscs": "1.13.1",
    "npm-run-all": "^2.3.0",
    "pre-commit": "1.0.10",
    "rimraf": "^2.5.4"
  },
  "files": [
    "lib",
    "pkg",
    "AUTHORS",
    "CONTRIBUTING.md",
    "Changelog.txt",
    "LICENSE",
    "README.md"
  ],
  "main": "./lib/sinon.js",
  "engines": {
    "node": ">=0.1.103"
  }
}
