UNPKG

crypto-deck

Version:

[![Build Status](https://secure.travis-ci.org/indutny/crypto-deck.svg)](http://travis-ci.org/indutny/crypto-deck) [![NPM version](https://badge.fury.io/js/crypto-deck.svg)](http://badge.fury.io/js/crypto-deck)

39 lines (38 loc) 853 B
{ "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" } }