crypto-deck
Version:
[](http://travis-ci.org/indutny/crypto-deck) [](http://badge.fury.io/js/crypto-deck)
39 lines (38 loc) • 853 B
JSON
{
"name": "crypto-deck",
"version": "1.2.1",
"description": "",
"main": "lib/crypto-deck.js",
"scripts": {
"test": "tape test/*-test.js | tap-dot"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/crypto-deck.git"
},
"keywords": [
"poker",
"mental",
"elliptic"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/crypto-deck/issues"
},
"homepage": "https://github.com/indutny/crypto-deck#readme",
"dependencies": {
"bn.js": "^4.11.6",
"brorand": "^1.0.7",
"elliptic": "^6.3.3",
"hash.js": "^1.0.3",
"hmac-drbg": "^1.0.0",
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.0"
},
"devDependencies": {
"debug": "^2.6.1",
"tap-dot": "^1.0.5",
"tape": "^4.6.3"
}
}