@payus/payus-sdk
Version:
Payment Gateway API to process crypto currency.
60 lines (59 loc) • 1.6 kB
JSON
{
"name": "@payus/payus-sdk",
"version": "1.0.5",
"description": "Payment Gateway API to process crypto currency.",
"main": "lib/payus-sdk.js",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "ava test/**/*.test.js",
"test:watch": "npm run test -- --watch",
"lint": "esw lib/ test/",
"lint:watch": "npm run lint -- --watch",
"cover": "nyc npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"do-publish": "npm run lint && npm run cover && npm publish --access public"
},
"files": [
"lib",
"test",
"LICENSE.md",
"README.md"
],
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajvantchahal/payus-sdk.git"
},
"keywords": ["payus", "payment", "crypto", "crypto-payment-gateway", "payus-sdk"],
"author": "Rajvant Chahal <chahal.rajvant.onclick@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rajvantchahal/payus-sdk/issues"
},
"homepage": "https://github.com/rajvantchahal/payus-sdk#readme",
"devDependencies": {
"ava": "^0.18.2",
"babel-register": "^6.24.0",
"coveralls": "^2.12.0",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"eslint-watch": "^3.0.1",
"nyc": "^10.1.2",
"sinon": "^2.1.0"
},
"dependencies": {
"request": "^2.88.0"
},
"ava": {
"require": [
"babel-register"
]
}
}