cm-chessboard-eight-queens-puzzle
Version:
TheeEight queens puzzle as an extensions for the cm-chessboard
30 lines (29 loc) • 772 B
JSON
{
"name": "cm-chessboard-eight-queens-puzzle",
"version": "1.1.4",
"description": "TheeEight queens puzzle as an extensions for the cm-chessboard",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/cm-chessboard-eight-queens-puzzle.git"
},
"keywords": [
"js",
"es6",
"cm-chessboard",
"chess"
],
"author": "shaack.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaack/cm-chessboard-eight-queens-puzzle/issues"
},
"homepage": "https://github.com/shaack/cm-chessboard-eight-queens-puzzle#readme",
"dependencies": {
"cm-chessboard": "^8.2.0",
"extreme-minimal-css": "^1.2.1"
}
}