stockfish for godot
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
{
  "name": "@bendn/stockfish.gd",
  "version": "1.2.6",
  "description": "godot stockfish",
  "main": "stockfish_loader.gd",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bend-n/stockfish.gd.git"
  },
  "keywords": [
    "godot",
    "godot-engine",
    "stockfish",
    "chess"
  ],
  "author": "bendn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bend-n/stockfish.gd/issues"
  },
  "homepage": "https://github.com/bend-n/stockfish.gd#readme"
}