UNPKG

instamojo-webhook

Version:

instamojo webhook verification and hmac-generation library for express middleware

29 lines (28 loc) 703 B
{ "name": "instamojo-webhook-sample", "version": "1.0.0", "description": "instamojo webhook sample code", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "git+https://github.com/shivasurya/instamojo-webhook.git" }, "keywords": [ "instamojo-webhook", "instamojo" ], "author": "Shivasurya S", "license": "MIT", "bugs": { "url": "https://github.com/shivasurya/instamojo-webhook/issues" }, "homepage": "https://github.com/shivasurya/instamojo-webhook#readme", "dependencies": { "body-parser": "^1.16.1", "express": "^4.14.1" } }