-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 952 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
{
"name": "hapi-hpkp",
"version": "2.0.0",
"description": "Hapi module to add HPKP headers",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/.bin/mocha tests/index.js",
"lint": "grunt lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vbudhram/hapi-hpkp.git"
},
"keywords": [
"hapi",
"hpkp"
],
"author": "Vijay Budhram",
"license": "MIT",
"bugs": {
"url": "https://github.com/vbudhram/hapi-hpkp/issues"
},
"homepage": "https://github.com/vbudhram/hapi-hpkp#readme",
"dependencies": {
"joi": "13.3.0"
},
"devDependencies": {
"chai": "4.1.2",
"eslint-config-fxa": "2.1.0",
"eslint-plugin-fxa": "git+https://github.com/mozilla/eslint-plugin-fxa#master",
"hapi": "17.5.1",
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"grunt-jscs": "3.0.1",
"grunt-nsp": "2.3.1",
"load-grunt-tasks": "3.5.2",
"mocha": "5.1.1"
}
}