-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
43 lines (43 loc) · 916 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": "blankie",
"version": "5.0.0",
"description": "a content security policy plugin for hapi",
"main": "lib/index.js",
"scripts": {
"test": "lab -a @hapi/code -t 100 -L"
},
"engines": {
"node": ">= 8.9.0"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git://github.com/nlf/blankie.git"
},
"keywords": [
"hapi",
"csp",
"plugin"
],
"author": "Nathan LaFreniere <quitlahok@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nlf/blankie/issues"
},
"homepage": "https://github.com/nlf/blankie",
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/hapi": "^19.1.1",
"@hapi/lab": "^22.0.3",
"@hapi/scooter": "^6.0.0",
"@hapi/vision": "^6.0.0",
"browser-agents": "^1.0.1",
"handlebars": "^4.7.3"
},
"dependencies": {
"@hapi/hoek": "^9.0.3",
"@hapi/joi": "^17.1.0"
}
}