-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 876 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
{
"name": "@katheesh/mailer-js",
"version": "1.0.2",
"description": "This mailing application package created to send mails using javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Katheesh/MailerJS.git"
},
"keywords": [
"mailing",
"cli",
"js",
"vue",
"static",
"api",
"html",
"page",
"http",
"react",
"mailer",
"mail",
"api_mail"
],
"author": "S. Katheeskumar (GitLeaf)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Katheesh/MailerJS/issues"
},
"homepage": "https://github.com/Katheesh/MailerJS#readme",
"dependencies": {
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
}