mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-08 00:48:52 +08:00
12 lines
307 B
JSON
Executable file
12 lines
307 B
JSON
Executable file
{
|
|
"name": "cryptmd5",
|
|
"version": "0.1.2",
|
|
"description": "Create MD5 hashed crypt passwords ($1$salt$hash.value/)",
|
|
"author": {
|
|
"name": "Dominik Deobald",
|
|
"email": "npm@dominik-deobald.de",
|
|
"url": "http://blog.deobald.org"
|
|
},
|
|
"main": "cryptmd5.js",
|
|
"engine": ">= node 0.10.5"
|
|
}
|