-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 629 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "pokersolver",
"description": "Javascript poker hand solver.",
"homepage": "https://github.com/goldfire/pokersolver",
"keywords": [
"poker",
"poker-hand",
"holdem",
"poker-evaluator"
],
"authors": [
"James Simpson <[email protected]> (http://goldfirestudios.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/goldfire/pokersolver.git"
},
"main": "pokersolver.js",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/goldfire/pokersolver/master/LICENSE.md"
},
"moduleType": [
"amd",
"globals",
"node"
]
}