mocha-froth/package.json

23 lines
477 B
JSON

{
"name": "mocha-froth",
"version": "0.1.1",
"description": "Fuzzer for mocha testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}