mocha-froth/package.json

30 lines
685 B
JSON
Raw Permalink Normal View History

2018-02-19 22:02:58 -07:00
{
"name": "mocha-froth",
2018-03-04 18:20:13 -07:00
"version": "0.2.10",
2018-02-19 22:02:58 -07:00
"description": "Fuzzer for mocha testing",
"main": "index.js",
"scripts": {
2018-03-04 18:19:41 -07:00
"test": "node_modules/mocha/bin/_mocha",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- test.js"
2018-02-19 22:02:58 -07:00
},
"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)",
2018-02-23 15:29:33 -07:00
"license": "GPL-3.0",
"devDependencies": {
"chai": "^4.1.2",
2018-02-24 16:54:11 -07:00
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
2018-02-23 15:29:33 -07:00
"mocha": "^5.0.1"
}
2018-02-19 22:02:58 -07:00
}