-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 923 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
{
"name": "artillery-plugin-fuzzer",
"version": "1.0.1",
"description": "Fuzz your HTTP APIs with Artillery",
"main": "index.js",
"scripts": {
"test": "node test/index.js",
"commitmsg": "conventional-changelog-lint -e",
"precommit": "semistandard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shoreditch-ops/artillery-plugin-fuzzer.git"
},
"keywords": [
"fuzzer",
"fuzzing",
"security",
"artillery"
],
"author": "Hassy Veldstra <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/shoreditch-ops/artillery-plugin-fuzzer/issues"
},
"homepage": "https://github.com/shoreditch-ops/artillery-plugin-fuzzer#readme",
"devDependencies": {
"conventional-changelog-lint": "^1.1.9",
"husky": "^0.13.3",
"semistandard": "^11.0.0",
"tape": "^4.6.3"
},
"dependencies": {
"debug": "^2.6.6"
}
}