Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
1
{
2
"name": "cryptiles",
3
"description": "General purpose crypto utilities",
4
"version": "2.0.4",
5
"author": {
6
"name": "Eran Hammer",
7
"email": "[email protected]",
8
"url": "http://hueniverse.com"
9
},
10
"contributors": [],
11
"repository": {
12
"type": "git",
13
"url": "git://github.com/hapijs/cryptiles"
14
},
15
"main": "index",
16
"keywords": [
17
"cryptography",
18
"security",
19
"utilites"
20
],
21
"engines": {
22
"node": ">=0.8.0"
23
},
24
"dependencies": {
25
"boom": "2.x.x"
26
},
27
"devDependencies": {
28
"lab": "4.x.x"
29
},
30
"scripts": {
31
"test": "make test-cov"
32
},
33
"licenses": [
34
{
35
"type": "BSD",
36
"url": "http://github.com/hapijs/cryptiles/raw/master/LICENSE"
37
}
38
],
39
"gitHead": "944263dbb628b9b3da542d35600d587f861eeaf0",
40
"bugs": {
41
"url": "https://github.com/hapijs/cryptiles/issues"
42
},
43
"homepage": "https://github.com/hapijs/cryptiles",
44
"_id": "[email protected]",
45
"_shasum": "09ea1775b9e1c7de7e60a99d42ab6f08ce1a1285",
46
"_from": "cryptiles@>=2.0.0 <3.0.0",
47
"_npmVersion": "1.4.23",
48
"_npmUser": {
49
"name": "hueniverse",
50
"email": "[email protected]"
51
},
52
"maintainers": [
53
{
54
"name": "hueniverse",
55
"email": "[email protected]"
56
}
57
],
58
"dist": {
59
"shasum": "09ea1775b9e1c7de7e60a99d42ab6f08ce1a1285",
60
"tarball": "http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.4.tgz"
61
},
62
"directories": {},
63
"_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.4.tgz"
64
}
65
66