-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 896 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
36
37
38
39
40
{
"name": "gulp-email",
"version": "0.0.7",
"description": "A gulp plugin to send emails with or without attachments from a stream of html.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jansanchez/gulp-email.git"
},
"keywords": [
"gulpfriendly",
"gulpplugin",
"gulp",
"email",
"mailgun",
"attach"
],
"author": "Jan Sanchez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jansanchez/gulp-email/issues"
},
"homepage": "https://github.com/jansanchez/gulp-email",
"devDependencies": {
"mocha": "~1.21.4",
"should": "~4.0.4",
"gulp": "~3.8.7",
"gulp-complexity": "~0.2.1",
"gulp-jshint": "~1.8.4",
"jshint-stylish": "~0.4.0",
"gulp-rimraf": "^0.1.0"
},
"dependencies": {
"chalk": "^1.1.1",
"vinyl": "~0.3.2"
}
}