{
  "name": "mocha-froth",
  "version": "0.2.10",
  "description": "Fuzzer for mocha testing",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/mocha/bin/_mocha",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- test.js"
  },
  "keywords": [
    "fuzz",
    "fuzzer",
    "mocha",
    "test",
    "random"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/keith24/mocha-froth"
  },
  "author": "Keith Irwin <mocha-froth@keithirwin.us> (https://keithirwin.us)",
  "license": "GPL-3.0",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.1"
  }

,"_resolved": "https://registry.npmjs.org/mocha-froth/-/mocha-froth-0.2.10.tgz"
,"_integrity": "sha512-xyJqAYtm2zjrkG870hjeSVvGgS4Dc9tRokmN6R7XLgBKhdtAJ1ytU6zL045djblfHaPyTkSerQU4wqcjsv7Aew=="
,"_from": "mocha-froth@0.2.10"
}