-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "simple-java-mail",
"version": "1.0.0",
"description": "Simple API, Complex Emails",
"scripts": {
"start": "npm run server",
"build": "gulp build",
"server": "gulp server",
"verifyLinks": "blc http://localhost:3000 -ro"
},
"contributors": [
"Benny Bottema <benny@bennybottema.com>"
],
"license": "Apache-2.0",
"devDependencies": {
"broken-link-checker": "0.7.8",
"browser-sync": "^2.26.14",
"del": "2.2.2",
"gulp": "^4.0.2",
"gulp-compile-handlebars": "0.6.1",
"gulp-less": "4.0.1",
"gulp-rename": "1.4.0",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "6.0.0-alpha.1",
"gulp-util": "3.0.8",
"typescript": "4.8.4"
},
"keywords": [
"email",
"smtp",
"jakarta mail smtp wrapper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bbottema/simple-java-mail.git"
},
"bugs": {
"url": "https://github.com/bbottema/simple-java-mail/issues"
},
"homepage": "https://github.com/bbottema/simple-java-mail"
}