mocha-froth/package.json

19 lines
383 B
JSON
Raw Normal View History

2018-02-19 22:02:58 -07:00
{
"name": "mocha-froth",
2018-02-23 12:13:35 -07:00
"version": "0.1.0",
2018-02-19 22:02:58 -07:00
"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"
}