dovehash
Version:
Library for working with Dovecot password hashes
28 lines (27 loc) • 595 B
JSON
{
"name": "dovehash",
"version": "0.0.5",
"description": "Library for working with Dovecot password hashes",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/vne/dovehash"
},
"keywords": [
"dovecot",
"password",
"hash"
],
"author": "Vladimir Neverov <sanguini@gmail.com> (https://github.com/vne)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vne/dovehash/issues"
},
"homepage": "https://github.com/vne/dovehash",
"devDependencies": {
"crypt3": "^0.1.6"
}
}