UNPKG
machinepack-jwt
Version:
latest (0.1.14)
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Work with JSON Web Tokens.
github.com/prescottprue/machinepack-jwt
prescottprue/machinepack-jwt
machinepack-jwt
/
index.js
6 lines
(5 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
// This is a boilerplate file which should not need to be changed.
module
.
exports
=
require
(
'machine'
).
pack
({
pkg
:
require
(
'./package.json'
),
dir
: __dirname });