cryptiles
Version:
General purpose crypto utilities
25 lines (24 loc) • 536 B
JSON
{
"name": "cryptiles",
"description": "General purpose crypto utilities",
"version": "4.1.3",
"repository": "git://github.com/hapijs/cryptiles",
"main": "lib/index.js",
"keywords": [
"cryptography",
"security",
"utilites"
],
"dependencies": {
"boom": "7.x.x"
},
"devDependencies": {
"code": "5.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"
},
"license": "BSD-3-Clause"
}