UNPKG

953 BJSONView Raw
1{
2 "name": "annofuzz",
3 "description": "Fuzzer for JavaScript",
4 "author": "Juho Vepsalainen <bebraw@gmail.com>",
5 "version": "0.1.1",
6
7 "dependencies": {
8 "tap-render": "0.1.7",
9 "annois": "0.2.0",
10 "generators.js": "0.4.2",
11 "funkit": "0.7.7"
12 },
13
14 "devDependencies": {
15 "annotate": "0.6.7",
16 "tap-parser": "0.0.2"
17 },
18
19 "scripts": {
20 "test": "node ./lib/tests.js"
21 },
22
23 "main": "./lib/annofuzz.js",
24
25 "repository": {
26 "type": "git",
27 "url": "git@github.com:bebraw/annofuzz.git"
28 },
29
30 "directories": {
31 "lib": "./lib"
32 },
33
34 "homepage": "https://github.com/bebraw/annofuzz",
35
36 "bugs": {
37 "url": "https://github.com/bebraw/annofuzz/issues"
38 },
39
40 "keywords": ["testing", "utilities", "fuzzing"],
41
42 "licenses": [{
43 "type": "MIT",
44 "url": "https://github.com/bebraw/annofuzz/blob/master/LICENSE"
45 }]
46}