forked from shaack/chess-console-stockfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 938 Bytes
/
package.json
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
{
"name": "chess-console-stockfish",
"version": "2.1.5",
"description": "StockfishPlayer for ChessConsole",
"main": "src/chess-console-stockfish/StockfishPlayer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/chess-console-stockfish.git"
},
"keywords": [
"chess",
"es6",
"engine",
"stockfish"
],
"author": "Stefan Haack (https://shaack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/chess-console-stockfish/issues"
},
"homepage": "https://github.com/shaack/chess-console-stockfish#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.1",
"chess-console": "^4.12.0",
"cm-engine-runner": "^1.0.11",
"cm-web-modules": "^1.15.0",
"modrator": "^1.2.1"
}
}