UNPKG

536 BJSONView Raw
1{
2 "name": "cryptiles",
3 "description": "General purpose crypto utilities",
4 "version": "4.1.3",
5 "repository": "git://github.com/hapijs/cryptiles",
6 "main": "lib/index.js",
7 "keywords": [
8 "cryptography",
9 "security",
10 "utilites"
11 ],
12 "dependencies": {
13 "boom": "7.x.x"
14 },
15 "devDependencies": {
16 "code": "5.x.x",
17 "lab": "17.x.x"
18 },
19 "scripts": {
20 "test": "lab -a code -t 100 -L",
21 "test-cov-html": "lab -a code -r html -o coverage.html"
22 },
23 "license": "BSD-3-Clause"
24}