-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 782 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 782 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
29
30
31
32
33
34
35
36
{
"author": {
"email": "ben.the.vining@gmail.com",
"name": "Ben Vining",
"url": "https://github.com/benthevining"
},
"bugs": {
"url": "https://github.com/benthevining/BenBot/issues"
},
"description": "UCI chess engine",
"devDependencies": {
"conventional-changelog-cli": "^5.0.0",
"pin-github-action": "^3.4.0"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/benthevining"
},
"homepage": "https://github.com/benthevining/BenBot",
"keywords": [
"chess",
"uci"
],
"license": "LGPL-2.1-only",
"name": "ben_bot",
"os": [
"darwin",
"linux",
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/benthevining/BenBot.git"
},
"version": "1.7.5"
}