machinepack-jwtauth
Version:
Handle JSON Web Token authentication requests.
41 lines • 1.02 kB
JSON
{
"name": "machinepack-jwtauth",
"version": "0.1.8",
"description": "Handle JSON Web Token authentication requests.",
"scripts": {
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
},
"keywords": [
"JWT",
"JWT Auth",
"JSON",
"authentication",
"machines",
"machinepack"
],
"author": "Prescott Prue",
"dependencies": {
"machine": "^3.0.0",
"machinepack-jwt": "^0.1.14"
},
"devDependencies": {
"test-machinepack-mocha": "^0.2.2"
},
"machinepack": {
"friendlyName": "JWT Auth",
"machineDir": "machines/",
"machines": [
"verify-from-header"
],
"testsUrl": "https://travis-ci.org/prescottprue/machinepack-jwtauth"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:prescottprue/machinepack-jwtauth.git"
},
"bugs": {
"url": "https://github.com/prescottprue/machinepack-jwtauth/issues"
},
"homepage": "https://github.com/prescottprue/machinepack-jwtauth"
}