{
  "name": "leche",
  "author": "nzakas",
  "version": "2.3.0",
  "description": "A JavaScript testing utility designed to work with Mocha and Sinon",
  "main": "./lib/leche.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/box/leche"
  },
  "keywords": [
    "testing",
    "mocha",
    "sinon"
  ],
  "license": "Apache-2.0",
  "boxnode": "Library",
  "scripts": {
    "test": "node Makefile.js",
    "lint": "node Makefile.js lint",
    "docs": "node Makefile.js docs",
    "browserify": "node Makefile.js browserify",
    "patch": "node Makefile.js patch",
    "minor": "node Makefile.js minor",
    "major": "node Makefile.js major"
  },
  "peerDependencies": {
    "mocha": ">=1.18 <7"
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "browserify-istanbul": "^3.0.1",
    "chai": "^4.0.2",
    "eslint": "^5.16.0",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.4.3",
    "jsonlint": "^1.6.2",
    "karma": "^4.1.0",
    "karma-browserify": "^6.0.0",
    "karma-chai-sinon": "^0.1.5",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon-chai": "^2.0.2",
    "mocha": "^6.1.4",
    "mockery": "^2.1.0",
    "phantomjs-prebuilt": "^2.1.14",
    "shelljs": "^0.8.3",
    "shelljs-nodecli": "^0.1.1",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0",
    "uglify-js": "^3.0.18",
    "watchify": "^3.11.1"
  }
}
