cryptiles
Version:
General purpose crypto utilities
28 lines (27 loc) • 554 B
JSON
{
"name": "cryptiles",
"description": "General purpose crypto utilities",
"version": "4.0.1",
"repository": "git://github.com/hapijs/cryptiles",
"main": "lib/index.js",
"keywords": [
"cryptography",
"security",
"utilites"
],
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"boom": "6.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "14.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"
}