You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
554 B
28 lines
554 B
7 years ago
|
{
|
||
|
"name": "cryptiles",
|
||
|
"description": "General purpose crypto utilities",
|
||
|
"version": "3.1.2",
|
||
|
"repository": "git://github.com/hapijs/cryptiles",
|
||
|
"main": "lib/index.js",
|
||
|
"keywords": [
|
||
|
"cryptography",
|
||
|
"security",
|
||
|
"utilites"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=4.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"boom": "5.x.x"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"code": "4.x.x",
|
||
|
"lab": "13.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"
|
||
|
}
|