-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 727 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 727 Bytes
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": "mimelib",
"description": "MIME functions to encode/decode e-mails etc.",
"version": "0.3.1",
"author": "Andris Reinman",
"homepage": "http://github.com/andris9/mimelib",
"maintainers": [
{
"name": "andris",
"email": "andris@node.ee"
}
],
"contributors": [
"Swift <theycallmeswift@gmail.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/andris9/mimelib.git"
},
"scripts": {
"test": "nodeunit test/"
},
"main": "index.js",
"license": "EUPL-1.1",
"dependencies": {
"encoding": "~0.1.12",
"addressparser": "~1.0.1"
},
"devDependencies": {
"nodeunit": "*"
},
"keywords": [
"e-mail",
"mime",
"email"
]
}