mocha-froth/package.json

19 lines
383 B
JSON

{
"name": "mocha-froth",
"version": "0.0.0",
"description": "Fuzzer for mocha testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fuzz",
"fuzzer",
"mocha",
"test",
"random"
],
"author": "Keith Irwin <mocha-froth@keithirwin.us> (https://keithirwin.us)",
"license": "GPL-3.0"
}