UNPKG

chess-analysis-js

Version:
33 lines (32 loc) 794 B
{ "name": "chess-analysis-js", "description": "Analizador de partidas de xadrez", "main": "src/Analysis.js", "dependencies": { "chess.js": "^0.12.1", "node-uci": "^1.3.4", "uci": "^0.3.4" }, "version": "1.0.0", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/RyanMatheusRamello/chess-analysis.git" }, "keywords": [ "chess", "chess-analysis", "chess-report" ], "author": "Ryan Matheus <ryan.matheus@aluno.ifsp.edu.br>", "license": "MIT", "bugs": { "url": "https://github.com/RyanMatheusRamello/chess-analysis/issues" }, "homepage": "https://github.com/RyanMatheusRamello/chess-analysis#readme" }