forked from emailjs/emailjs-mime-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "emailjs-mime-builder",
"version": "1.0.1",
"homepage": "https://github.com/emailjs/emailjs-mime-builder",
"description": "emailjs-mime-builder is a low level rfc2822 message composer. Define your own mime tree, no magic included.",
"author": "Andris Reinman <[email protected]>",
"keywords": [
"RFC2822",
"mime"
],
"license": "MIT",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/emailjs/emailjs-mime-builder.git"
},
"main": "src/emailjs-mime-builder",
"dependencies": {
"emailjs-addressparser": "^1.0.1",
"emailjs-mime-codec": "^1.0.1",
"emailjs-mime-types": "^1.0.0",
"punycode": "^1.4.0"
},
"devDependencies": {
"amdefine": "^1.0.0",
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-mocha-phantomjs": "^2.0.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"requirejs": "^2.1.22",
"sinon": "^1.17.2"
}
}