-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
61 lines (61 loc) · 1.56 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
56
57
58
59
60
61
{
"name": "email-builder-core",
"version": "2.1.2",
"description": "Email builder core. Provides useful methods to inline css, send tests to Litmus and send email tests",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Email-builder/email-builder-core.git"
},
"contributors": [
"Jeremy Peter <[email protected]> (https://github.com/jeremypeter)",
"Steve Miller <[email protected]> (http://www.stevenjohnmiller.com.au)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Email-builder/email-builder-core/issues"
},
"homepage": "https://github.com/Email-builder/email-builder-core",
"keywords": [
"email",
"inline",
"css",
"html",
"litmus",
"test"
],
"dependencies": {
"bluebird": "^3.4.1",
"chalk": "^1.1.3",
"cheerio": "^0.20.0",
"cli-table": "^0.3.1",
"dateformat": "^1.0.11",
"event-stream": "3.3.4",
"is-html": "^1.0.0",
"juice": "^2.0.0",
"litmus-api": "^0.3.2",
"lodash": "^4.13.1",
"nodemailer": "~2.4.2",
"special-html": "0.0.1",
"web-resource-inliner": "^2.0.0",
"winston": "^2.2.0",
"xmlbuilder": "^8.2.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"gulp": "^3.8.11",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.0.1",
"gulp-util": "^3.0.4",
"isstream": "^0.1.2",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"mocha": "^2.2.1",
"sinon": "^1.14.1"
}
}