mocha-froth/package.json

23 lines
477 B
JSON
Raw Normal View History

2018-02-19 22:02:58 -07:00
{
"name": "mocha-froth",
2018-02-23 14:20:03 -07:00
"version": "0.1.1",
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"
],
2018-02-23 14:20:03 -07:00
"repository": {
"type": "git",
"url": "https://github.com/keith24/mocha-froth"
},
2018-02-19 22:02:58 -07:00
"author": "Keith Irwin <mocha-froth@keithirwin.us> (https://keithirwin.us)",
"license": "GPL-3.0"
}