branca
Version:
Authenticated and encrypted API tokens using modern crypto
26 lines (25 loc) • 637 B
JSON
{
"name": "branca",
"version": "0.5.0",
"description": "Authenticated and encrypted API tokens using modern crypto",
"main": "branca.js",
"repository": "https://github.com/tuupola/branca-js",
"homepage": "https://github.com/tuupola/branca-js",
"bugs": "https://github.com/tuupola/branca-js/issues",
"author": "Mika Tuupola <tuupola@appelsiini.net>",
"license": "MIT",
"files": [
"branca.js"
],
"dependencies": {
"base-x": "^4.0.0",
"bufferpack": "^0.0.6",
"libsodium-wrappers": "^0.5.2"
},
"devDependencies": {
"tape": "^5.5.0"
},
"scripts": {
"test": "npx nyc tape test.js"
}
}