-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 842 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
{
"name": "bizzarolout",
"version": "0.0.1",
"main": "example.js",
"engines": {
"node": ">=0.10.5"
},
"dependencies": {
"boom": "^2.6.1",
"fast-future": "^1.0.1",
"handlebars": "1.0.x",
"hapi": "^8.0.0",
"hoek": "^2.10.0",
"jason": "^0.3.1",
"level-jobs": "^0.4.2",
"paralleljs": "^0.2.1",
"update": "^0.1.0"
},
"private": "true",
"scripts": {
"start": "node example.js"
},
"description": "Malicious Path Test Cases and Static Code Analysis for Hapi.js Applications",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/jlamendo/bizzarolout.git"
},
"author": "Jon Lamendola",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlamendo/bizzarolout/issues"
},
"homepage": "https://github.com/jlamendo/bizzarolout"
}