chess.mjs
Version:
It's just the ES6 module version of chess.js
27 lines (26 loc) • 609 B
JSON
{
"name": "chess.mjs",
"version": "1.4.0",
"description": "It's just the ES6 module version of chess.js",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaack/chess.mjs.git"
},
"keywords": [
"chess",
"chess.js",
"es6",
"module"
],
"author": "Stefan Haack (shaack.com)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/shaack/chess.mjs/issues"
},
"homepage": "https://github.com/shaack/chess.mjs#readme"
}