passport-opskins
Version:
A simple passport strategy for authenticating users through the OPSkins platform
25 lines (24 loc) • 534 B
JSON
{
"name": "passport-opskins",
"version": "1.1.5",
"description": "A simple passport strategy for authenticating users through the OPSkins platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"opskins",
"wax",
"expresstrade",
"passport"
],
"author": "Almatrass",
"license": "MIT",
"dependencies": {
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "https://github.com/almatrass/passport-opskins"
}
}