eco-chess
Version:
CLI tool for learning chess openings based on ECO classification
29 lines (28 loc) • 579 B
JSON
{
"name": "eco-chess",
"version": "1.0.3",
"description": "CLI tool for learning chess openings based on ECO classification",
"main": "index.js",
"bin": {
"eco": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eco",
"chess",
"openings"
],
"repository": {
"type": "git",
"url": "https://github.com/arcanous/eco-chess.git"
},
"author": "Harijs Deksnis",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"inquirer": "^6.5.0",
"lodash": "^4.17.15"
}
}