iron
Version:
Encapsulated tokens (encrypted and mac'ed objects)
30 lines (29 loc) • 647 B
JSON
{
"name": "iron",
"description": "Encapsulated tokens (encrypted and mac'ed objects)",
"version": "5.0.6",
"repository": "git://github.com/hueniverse/iron",
"main": "lib/index.js",
"keywords": [
"authentication",
"encryption",
"data integrity"
],
"dependencies": {
"hoek": "6.x.x",
"b64": "4.x.x",
"boom": "7.x.x",
"cryptiles": "4.x.x"
},
"devDependencies": {
"code": "5.x.x",
"hapitoc": "1.x.x",
"lab": "17.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html",
"toc": "hapitoc"
},
"license": "BSD-3-Clause"
}