paytm-nodejs
Version:
Nodejs wrapper for Paytm Payment Gateway
28 lines (27 loc) • 660 B
JSON
{
"name": "paytm-nodejs",
"version": "1.0.0",
"description": "Nodejs wrapper for Paytm Payment Gateway",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imashishjoshi/paytm-nodejs.git"
},
"keywords": [
"paytm",
"nodejs",
"express"
],
"author": "Ashish Joshi <imashishjoshi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/imashishjoshi/paytm-nodejs/issues"
},
"homepage": "https://github.com/imashishjoshi/paytm-nodejs#readme",
"dependencies": {
"request": "^2.88.0"
}
}