potcoinjs-lib
Version:
Client-side Potcoin JavaScript library
32 lines (31 loc) • 712 B
JSON
{
"name": "potcoinjs-lib",
"version": "1.5.8",
"description": "Client-side Potcoin JavaScript library",
"main": "./src/index.js",
"dependencies": {
"create-hash": "^1.1.1",
"bs58check": "^1.0.6",
"create-hmac": "^1.1.3",
"ecurve": "^1.0.1",
"bigi": "^1.4.0",
"randombytes": "^2.0.1",
"typeforce": "^1.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/potcoin/potcoinjs/"
},
"keywords": [
"potcoin",
"browser",
"client",
"library"
],
"author": "Potcoin <info@potcoin.com> (http://www.potcoin.com)",
"license": "MIT"
}