-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name" : "mhash",
"version" : "2.2.0",
"homepage" : "http://github.com/Sembiance/mhash",
"author" : "Robert Schultz <[email protected]>",
"description" : "Provides 27 hashing algorithms: md5, md4, md2, sha1, sha256, whirlpool, crc32, etc. MacOS X requires Xcode to be installed.",
"main" : "index",
"engines" : { "node" : ">= 0.8.0" },
"dependencies" : { "bindings" : "~1.5.0", "nan" : "~2.14.0" },
"keywords" :
[
"hash",
"md5",
"sha",
"crc",
"whirlpool",
"haval",
"ripemd",
"gost",
"snefru",
"alder",
"tiger",
"crc32",
"crc32b",
"sha256",
"md4",
"md2"
],
"licenses" :
[
{
"type" : "MIT",
"url" : "http://github.com/Sembiance/mhash/raw/master/LICENSE"
}
],
"repository" :
{
"type" : "git",
"url" : "http://github.com/Sembiance/mhash.git"
}
}