forked from ThamosIO/gulp-template-mandrill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 Bytes
/
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
{
"name": "gulp-template-mandrill",
"version": "0.1.4",
"description": "A gulp plugin for uploading templates to Mandrill Api",
"author": "Thomas Raimond (https://github.com/Polyethylene)",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/Polyethylene/gulp-template-mandrill"
},
"engines": {
"node": ">= 0.10.32"
},
"homepage": "https://github.com/Polyethylene/gulp-template-mandrill",
"keywords": [
"mandrill",
"gulp mandrill",
"mandrill api",
"mandrill templates",
"mandrill api templates",
"gulpplugin"
],
"dependencies": {
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"html-to-text": "^1.3.1",
"mandrill-api": "^1.0.45",
"path": "^0.11.14",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.0.0",
"gulp-mocha": "^2.1.2"
}
}