UNPKG
hapi-hpkp
Version:
latest (2.0.0)
2.0.0
1.0.0
Hapi module to add HPKP headers
github.com/vbudhram/hapi-hpkp
vbudhram/hapi-hpkp
hapi-hpkp
/
grunttasks
/
nsp.js
9 lines
(7 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports =
function
(grunt)
{
'use strict'
grunt.
config
(
'nsp'
, {
output
:
'summary'
,
package
: grunt.file.readJSON(
'package.json'
) }) }