texas-without-memcpy
Version:
Texas Hold'em hand evaluator for node.js.
32 lines (31 loc) • 680 B
JSON
{
"name": "texas-without-memcpy",
"description": "Texas Hold'em hand evaluator for node.js.",
"homepage": "http://decs.github.com/texas/",
"version": "0.2.2",
"author": "guolianghu <g17254172@gmail.com>",
"main": "texas.js",
"repository": {
"type": "git",
"url": "git+https://github.com/guolianghu/texas.git"
},
"dependencies": {
"underscore": ">= 1.4.x"
},
"engines": {
"node": ">= 0.8.0"
},
"bugs": {
"url": "https://github.com/guolianghu/texas/issues"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"texas"
],
"license": "ISC"
}