Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
package.json
  • Loading branch information
dshemendiuk committed Apr 17, 2017
1 parent 97aff0e commit 1cb8340
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,2 +1,2 @@
# ulse-sendpulse-rest-api-node.js
# SendPulse-rest-api-node.js
A simple SendPulse REST client library and example for Node.js
3 changes: 3 additions & 0 deletions index.js
@@ -0,0 +1,3 @@
'use strict';

module.exports = require('./api/sendpulse');
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "sendpulse-api",
"version": "1.0.1",
"description": "A simple SendPulse REST client library and example for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dshemendiuk/sendpulse-rest-api-node.js.git"
},
"keywords": [
"sendpulse",
"api"
],
"author": "SendPulse",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dshemendiuk/sendpulse-rest-api-node.js/issues"
},
"homepage": "https://github.com/dshemendiuk/sendpulse-rest-api-node.js"
}

0 comments on commit 1cb8340

Please sign in to comment.