dkim
Version:
DomainKeys Identified Mail (DKIM)
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "dkim",
"version": "0.8.0",
"description": "DomainKeys Identified Mail (DKIM)",
"author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)",
"license": "MIT",
"keywords": [
"email",
"mail",
"dkim",
"signature",
"domainkeys",
"identified",
"message"
],
"main": "lib/dkim.js",
"types": "lib/dkim.d.ts",
"dependencies": {
"dkim-key": "^1.3.0",
"dkim-signature": "^1.3.0"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha",
"doc": "jsdoc2md 'lib/**/*.js' -d 3 -t .github/README-TEMPLATE.hbs --separators --param-list-format list --global-index-format none > README.md"
},
"homepage": "https://github.com/jhermsmeier/node-dkim",
"repository": {
"type": "git",
"url": "git+https://github.com/jhermsmeier/node-dkim.git"
},
"bugs": {
"url": "https://github.com/jhermsmeier/node-dkim/issues"
},
"directories": {
"test": "test"
}
}