Upload files to ''
This commit is contained in:
parent
d24ded4931
commit
91f10d9c2d
9
index.js
Normal file
9
index.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
var Client = require('./Client');
|
||||||
|
var SendMessage = require('./SendMessage');
|
||||||
|
var SendRawMessage = require('./SendRawMessage');
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
Client: Client,
|
||||||
|
SendMessage: SendMessage,
|
||||||
|
SendRawMessage: SendRawMessage
|
||||||
|
};
|
15
package.json
Normal file
15
package.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "@postman/postman",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Node library for open source mail delivery platform, Postman",
|
||||||
|
"author": "Nikkel <nikkel@prmail.vn>",
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"postman",
|
||||||
|
"mail"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"concat-stream": "^1.5.2",
|
||||||
|
"promise": "^7.1.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user