1
0
Fork 0
waifurudor.de/node_modules/cryptiles/package.json
2022-04-02 18:40:13 -04:00

28 lines
555 B
JSON
Executable file

{
"name": "cryptiles",
"description": "General purpose crypto utilities",
"version": "2.0.5",
"repository": "git://github.com/hapijs/cryptiles",
"main": "lib/index.js",
"keywords": [
"cryptography",
"security",
"utilites"
],
"engines": {
"node": ">=0.10.40"
},
"dependencies": {
"boom": "2.x.x"
},
"devDependencies": {
"code": "1.x.x",
"lab": "5.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"
}