forked from distok/asarfuckery
27 lines
554 B
JSON
27 lines
554 B
JSON
{
|
|
"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"
|
|
}
|