You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|