tent-auth
Version:
Tent app auth flow implementation.
34 lines (33 loc) • 643 B
JSON
{
"name": "tent-auth",
"description": "Tent app auth flow implementation.",
"keywords": [
"tent",
"auth",
"authentication",
"register"
],
"repository": {
"type": "git",
"url": "https://github.com/hendrikcech/tent-auth.git"
},
"author": {
"name": "Hendrik Cech",
"email": "hendrik.cech@gmail.com"
},
"version": "0.3.0",
"main": "auth.js",
"scripts": {
"test": "tape ./test/integration.js"
},
"dependencies": {
"tent-request": "~0.4.3",
"hawk": "~2.1.3",
"debug": "~0.7.4"
},
"devDependencies": {
"open": "~0.0.4",
"tape": "~2.12.0"
},
"license": "MIT"
}