-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "gulp-email-builder",
"version": "3.0.0",
"description": "Uses Email Builder to inline css, send email tests, and send tests to Litmus",
"main": "lib/emailBuilder.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Email-builder/gulp-email-builder.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/gulp-email-builder/issues"
},
"homepage": "https://github.com/Email-builder/gulp-email-builder",
"keywords": [
"gulpplugin",
"inline",
"email",
"css",
"litmus"
],
"dependencies": {
"del": "^2.2.1",
"email-builder-core": "^2.0.0",
"gulp-util": "^3.0.4",
"through2": "^2.0.1",
"bluebird": "^3.4.1"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.8.11",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.0.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"mocha": "^2.2.4",
"run-sequence": "^1.0.2",
"sinon": "^1.14.1",
"vinyl": "^1.1.1"
}
}