cm-chessboard-position-editor
Version:
cm-chessboard extension to edit chess positions
26 lines (25 loc) • 576 B
JSON
{
"name": "cm-chessboard-position-editor",
"version": "2.2.3",
"description": "cm-chessboard extension to edit chess positions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/cm-chessboard-position-editor.git"
},
"keywords": [
"ES&",
"JavaScript",
"Chess",
"cm-chessboard"
],
"author": "shaack.com",
"license": "MIT",
"dependencies": {
"cm-chessboard": "^8.2.1",
"extreme-minimal-css": "^1.2.1"
}
}