UNPKG

chess-console-puzzles

Version:
39 lines (38 loc) 967 B
{ "name": "chess-console-puzzles", "version": "1.0.0", "description": "GUI for solving chess puzzles", "main": "index.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-puzzles.git" }, "keywords": [ "chess", "chessmail", "game", "es6", "javascript" ], "author": "shaack.com", "license": "MIT", "bugs": { "url": "https://github.com/shaack/chess-console-puzzles/issues" }, "homepage": "https://github.com/shaack/chess-console-puzzles#readme", "dependencies": { "bootstrap-show-modal": "^1.4.3", "chess-console": "^4.12.3", "chess-console-stockfish": "^2.2.0", "cm-chess": "^2.1.8", "cm-chessboard": "^3.16.8", "cm-engine-runner": "^1.1.0", "cm-pgn": "^2.1.8", "cm-web-modules": "^1.16.0", "modrator": "^1.2.1" } }