chess-console
Version:
ES6 Module for playing chess
38 lines (37 loc) • 870 B
JSON
{
"name": "chess-console",
"version": "6.12.3",
"description": "ES6 Module for playing chess",
"browser": "index.html",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/chess-console.git"
},
"keywords": [
"ES6",
"chess",
"stockfish",
"chessboard",
"bootstrap",
"jquery"
],
"author": "shaack (https://shaack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/chess-console/issues"
},
"homepage": "https://github.com/shaack/chess-console#readme",
"dependencies": {
"bootstrap-show-modal": "^6.0.10",
"chess.mjs": "^1.4.0",
"cm-chess": "^3.5.1",
"cm-chessboard": "^8.7.8",
"cm-pgn": "^3.3.3",
"cm-web-modules": "^2.4.4",
"patch": "^0.0.1"
}
}