-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 791 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 791 Bytes
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
{
"name": "sendcloud",
"version": "1.7.0",
"description": "Node for sendcloud. send email quickly and simply.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^2.9.14",
"lodash": ">=4.17.19",
"nodemailer": "^1.3.2",
"nodemailer-sendcloud-transport": "^0.0.2",
"request": "^2.53.0",
"should": "^5.2.0"
},
"devDependencies": {},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/shanelau/sendcloud.git"
},
"keywords": [
"email",
"sendcloud",
"mail"
],
"author": "shanelau",
"license": "ISC",
"bugs": {
"url": "https://github.com/shanelau/sendcloud/issues"
},
"homepage": "https://github.com/shanelau/sendcloud"
}