forked from awesomemotive/WP-Mail-SMTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 958 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": "wp-mail-smtp",
"version": "1.4.1",
"description": "Reconfigures the wp_mail() function to use SMTP instead of mail().",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/awesomemotive/wp-mail-smtp.git"
},
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/awesomemotive/wp-mail-smtp/issues"
},
"homepage": "https://github.com/awesomemotive/wp-mail-smtp#readme",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-debug": "^4.0.0",
"gulp-include": "^2.3.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-imagemin": "^3.4.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"gulp-wp-pot": "^2.3.3",
"gulp-zip": "^4.2.0",
"inquirer": "^6.2.0"
},
"dependencies": {},
"scripts": {
"gulp": "node ./node_modules/gulp/bin/gulp.js"
}
}