-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
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
{
"name": "@plan3-relate/hapi-enforce-https",
"version": "0.1.4",
"description": "Hapi plugin which forces to use HTTPS protocol in selected endpoints",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"lint": "eslint .",
"nsp": "nsp check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plan3/hapi-enforce-https.git"
},
"keywords": [
"hapi",
"https"
],
"author": "Schibsted Media",
"license": "ISC",
"bugs": {
"url": "https://github.com/plan3/hapi-enforce-https/issues"
},
"homepage": "https://github.com/plan3/hapi-enforce-https#readme",
"dependencies": {
"boom": "^5.2.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"chai": "4.1.0",
"eslint": "4.2.0",
"eslint-config-vgno": "7.0.0",
"eslint-plugin-promise": "3.5.0",
"hapi": "^16.5.2",
"mocha": "^5.2.0",
"nsp": "^3.2.1"
}
}