UNPKG

@noe_rls/cm-chessboard

Version:

A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.

33 lines (32 loc) 872 B
{ "name": "@noe_rls/cm-chessboard", "version": "3.16.4", "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.", "keywords": [ "chess", "chessboard", "SVG", "ES6", "ECMAScript 6", "chessmail", "module", "widget" ], "browser": "./src/cm-chessboard/Chessboard.js", "scripts": { "test": "tput setaf 4;echo 'Run test/index.html in your browser for unit testing.'; echo ''; exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/noeRls/cm-chessboard" }, "author": "Stefan Haack (http://www.shaack.com)", "license": "MIT", "bugs": { "url": "https://github.com/noeRls/cm-chessboard/issues" }, "homepage": "https://github.com/noeRls/cm-chessboard#readme", "devDependencies": { "teevi": "^2.1.9" } }