{
  "name": "cm-chessboard-playfield",
  "version": "1.0.4",
  "description": "A cm-chessboard plugin which knows the rules of chess to validate moves, support promotions and does some fancy square marking.",
  "type": "module",
  "module": "./src/Playfield.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaack/cm-chessboard-game-of-chess.git"
  },
  "keywords": [
    "es6",
    "cm-chessboard",
    "chess"
  ],
  "author": "shaack.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shaack/cm-chessboard-game-of-chess/issues"
  },
  "homepage": "https://github.com/shaack/cm-chessboard-game-of-chess#readme",
  "dependencies": {
    "cm-chess": "^3.3.2",
    "cm-chessboard": "^7.6.10",
    "cm-web-modules": "^2.0.0"
  }
}
