UNPKG

coinpayment-2.0

Version:

CoinPayments is a cloud wallet solution that offers an easy way to integrate a checkout system for numerous cryptocurrencies. Coinpayments now also offers coin conversion via Shapeshift.io.

143 lines (142 loc) 2.84 kB
{ "name": "coinpayment-2.0", "version": "0.0.2", "description": "CoinPayments is a cloud wallet solution that offers an easy way to integrate a checkout system for numerous cryptocurrencies. Coinpayments now also offers coin conversion via Shapeshift.io.", "homepage": "https://www.coinpayments.net", "bugs": { "url": "https://github.com/osinakayah/coinpayment-2.0/issues", "email": "ifeanyiosinakayah15@gmail.com" }, "main": "lib/", "engines": { "node": ">=6" }, "scripts": { "lint": "node_modules/eslint/bin/eslint.js lib/", "pretty": "node_modules/prettier/bin-prettier.js lib/** --write", "test": "nyc --reporter=lcov mocha --reporter progress tests/index.js", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && node_modules/codecov/bin/codecov", "build": "babel --presets es2015 -d libs/ lib/index.js" }, "repository": { "type": "git", "url": "git://github.com/osinakayah/coinpayment-2.0.git" }, "keywords": [ "bitcoin", "btc", "litecoin", "ltc", "audiocoin", "adc", "BitBean", "BITB", "BlackCoin", "BLK", "Breakout", "BRK", "BitSend", "BSD", "CloakCoin", "CLOAK", "Crown", "CRW", "CureCoin", "CURE", "Dash", "DubaiCoin", "DBIX", "Decred", "DCR", "Dogecoin", "DOGE", "Ether Classic", "ETC", "Ether", "ETH", "Expanse", "EXP", "GameCredits", "GAME", "GCRCoin", "GCR", "Goldcoin", "GLD", "Gridcoin", "GRC", "InsaneCoin", "INSANE", "LeoCoin", "Leo", "NAV Coin", "NAV", "Namecoin", "NMC", "Nexus", "NXS", "NXT", "PinkCoin", "PINK", "PIVX", "PoSW Coin", "POSW", "PotCoin", "POT", "Peercoin", "PPC", "Persobit", "PSB", "Steem Dollars", "SBD", "STEEM", "Stratis", "STRAT", "Syscoin", "SYS", "TorCoin", "TOR", "Voxels", "VOX", "Vertcoin", "VTC", "Monero", "XMR", "PrimeCoin", "XPM", "Spectrecoin", "XSPEC", "VERGE", "XVG", "ZCash", "ZEC", "Litecoin Testnet", "LTCT", "cryptocurrencies", "e-commerce", "merchant", "wallet", "coinpayments", "shapeshift" ], "author": "Ifeanyi Osinakayah", "person": { "name": "Ifeanyi Osinakayah", "email": "ifeanyiosinakayah15@gmail.com", "url": "https://github.com/osinakayah" }, "license": "MIT", "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/preset-env": "^7.7.4", "chai": "^4.1.2", "codecov": "^3.0.4", "eslint": "^5.4.0", "mocha": "^3.4.2", "nock": "^9.4.2", "nyc": "^12.0.2", "prettier": "^1.13.5", "sinon": "^6.0.0" }, "dependencies": {} }