forked from haraka/haraka-plugin-access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 932 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
{
"name": "haraka-plugin-access",
"version": "1.1.5",
"description": "Haraka plugin for ACLs for email connections",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js test",
"lintfix": "npx eslint --fix *.js test",
"test": "npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-access.git"
},
"keywords": [
"haraka",
"plugin",
"access"
],
"author": "Haraka Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-access/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-access#readme",
"devDependencies": {
"eslint": ">=8",
"eslint-plugin-haraka": "*",
"haraka-test-fixtures": "*",
"mocha": ">=9"
},
"dependencies": {
"address-rfc2822": "*",
"haraka-net-utils": "*",
"haraka-tld": "*",
"haraka-utils": "*"
}
}