This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
55 lines (55 loc) · 1.7 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "gaia-email-libs-and-more",
"version": "0.0.0",
"description": "Gaia's [FirefoxOS's] email backend",
"main": "index.js",
"engines": {
"node": "^4 || ^5"
},
"private": true,
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla-b2g/gaia-email-libs-and-more.git"
},
"keywords": [
"email",
"firefoxos",
"fxos",
"b2g"
],
"author": "",
"license": "Apache2",
"bugs": {
"url": "https://github.com/mozilla-b2g/gaia-email-libs-and-more/issues"
},
"devDependencies": {
"argparse": "~0.1.15",
"js-yaml": "~3.2.2",
"mail-fakeservers": "0.0.43",
"mozilla-download": "~1.0.5",
"ms": "~0.6.2",
"mustache": "~0.8.2",
"slugid": "~1.0.3"
},
"volo": {
"baseDir": "js/ext",
"dependencies": {
"browserbox": "github:whiteout-io/browserbox/v0.8.1",
"browserbox-imap": "github:whiteout-io/browserbox/v0.8.1#src/browserbox-imap.js",
"utf7": "github:whiteout-io/utf7/v2.0.2",
"imap-handler": "github:whiteout-io/imap-handler/v0.1.14",
"mimefuncs": "github:whiteout-io/mimefuncs/e37b8f7d976d83d6ae126a33c1b9adeef880332a",
"axe": "github:whiteout-io/axe/v0.0.2",
"smtpclient": "github:whiteout-io/smtpclient/v0.5.1",
"mimeparser": "github:whiteout-io/mimeparser/v0.3.8",
"mailbuild": "github:whiteout-io/mailbuild/v0.3.7",
"mimeparser-tzabbr": "github:whiteout-io/mimeparser/v0.3.8#src/mimeparser-tzabbr.js",
"addressparser": "github:whiteout-io/addressparser/e5c9c0c985caa5a740cd7863370929e3e1611077",
"mimetypes": "github:whiteout-io/mimetypes/v0.1.1",
"punycode": "github:bestiejs/punycode.js/v1.2.4"
}
}
}