forked from haraka/haraka-plugin-recipient-routes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1010 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
{
"name": "haraka-plugin-recipient-routes",
"version": "1.1.0",
"description": "Haraka plugin that validates and routes mail based on recipient domain or address",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js test",
"lintfix": "npx eslint --fix *.js test",
"test": "npx mocha",
"versions": "npx dependency-version-checker check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-recipient-routes.git"
},
"keywords": [
"haraka",
"plugin",
"recipient-routes"
],
"author": "Matt Simerson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-recipient-routes/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-recipient-routes#readme",
"devDependencies": {
"eslint": "8",
"eslint-plugin-haraka": "*",
"haraka-test-fixtures": "*",
"mocha": "9"
},
"dependencies": {
"haraka-plugin-redis": "2",
"redis": "4"
}
}