| Current Path : /etc/kibana/node_modules/iron/ |
| Current File : //etc/kibana/node_modules/iron/package.json |
{
"name": "iron",
"description": "Encapsulated tokens (encrypted and mac'ed objects)",
"version": "5.0.4",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",
"repository": "git://github.com/hueniverse/iron",
"main": "lib/index.js",
"keywords": [
"authentication",
"encryption",
"data integrity"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"hoek": "5.x.x",
"boom": "7.x.x",
"cryptiles": "4.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "15.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}