UNPKG

zholdem

Version:

A library for computing holdem hands

42 lines (41 loc) 1.05 kB
{ "name": "zholdem", "version": "1.0.1", "description": "A library for computing holdem hands", "main": "main.js", "dependencies": { "@types/seedrandom": "^2.4.27", "seedrandom": "^2.4.2" }, "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.15", "istanbul": "^0.4.5", "mocha": "^3.2.0", "mocha-lcov-reporter": "^1.2.0", "mocha-typescript": "^1.0.15", "typescript": "^2.1.4" }, "scripts": { "main": "tsc -p . && node src/main.js", "test": "tsc -p . && mocha", "test-watch": "mocha-typescript-watch", "cover": "istanbul cover _mocha -- -R spec", "coveralls": "npm run cover && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/xinbenlv/zholdem.git" }, "keywords": [ "Hold'em", "Holdem", "Poker" ], "author": "Zainan Victor Zhou", "license": "MIT", "bugs": { "url": "https://github.com/xinbenlv/zholdem/issues" }, "homepage": "https://github.com/xinbenlv/zholdem#readme" }