-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 913 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "funzz",
"version": "0.2.1",
"description": "Automatic fuzzer for hapi.js",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/yonjah/funzz.git"
},
"keywords": [
"test",
"fuzzing",
"fuzzer",
"hapi"
],
"engines": {
"node": ">=8.9.0"
},
"author": "Yoni Jah <yoni.jah@non.co.il>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yonjah/funzz/issues"
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/hapi": "^18.3.1",
"@hapi/lab": "^18.1.2"
},
"scripts": {
"test": "lab -a @hapi/code",
"test-lint": "lab -a @hapi/code -L",
"test-coverage": "lab -a @hapi/code -r lcov -o coverage/lcov.info"
},
"dependencies": {
"chance": "^1.0.18",
"debug": "^4.1.1",
"@hapi/joi": "^15.0.1",
"juzz": "0.2.0"
},
"peerDependencies": {
"@hapi/hapi": ">=17.0.0"
}
}