skywallet-sdk
Version:
This sdk is designed to help merchants to accept payments by X12 coins. Providing convenient wrapper for REST API that SkyWallet provides.
36 lines (35 loc) • 878 B
JSON
{
"name": "skywallet-sdk",
"version": "1.1.8",
"description": "This sdk is designed to help merchants to accept payments by X12 coins. Providing convenient wrapper for REST API that SkyWallet provides.",
"main": "skywallet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sdk",
"skywallet",
"wallet",
"x12",
"cryptocurrency",
"payments",
"online-payments",
"merchant"
],
"dependencies": {
"crypto2": "^0.3.3",
"md5": "^2.2.1",
"rp": "^0.2.0"
},
"homepage": "https://github.com/skywalletgit/skywallet-nodejs-sdk",
"repository": {
"type": "git",
"url": "https://github.com/skywalletgit/skywallet-nodejs-sdk.git"
},
"author": {
"name": "SkyWallet",
"email": "support@skywallet.com",
"url": "https://skywallet.com"
},
"license": "GPL-3.0"
}