-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 KB
/
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
39
40
41
42
43
{
"name": "autodiscover-email-settings",
"version": "1.4.0",
"description": "Provides IMAP/SMTP/LDAP Autodiscover capabilities on Microsoft Outlook/Apple Mail, Autoconfig capabilities for Thunderbird, and Configuration Profiles for iOS/Apple Mail.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monogramm/autodiscover-email-settings.git"
},
"author": "Monogramm",
"license": "MIT",
"bugs": {
"url": "https://github.com/monogramm/autodiscover-email-settings/issues"
},
"homepage": "https://github.com/monogramm/autodiscover-email-settings#readme",
"keywords": [
"monogramm",
"autoconfigure",
"autoconf",
"autodiscover",
"outlook",
"thunderbird",
"apple mail",
"imap",
"smtp",
"ldap"
],
"dependencies": {
"koa": "^1.0.0",
"koa-buddy": "^0.1.0",
"koa-router": "^5.1.2",
"koa-swig": "^2.0.0",
"minimist": "^1.2.6",
"qs": "^6.10.3"
}
}