UNPKG

chess.mjs

Version:

It's just the ES6 module version of chess.js

31 lines (30 loc) 706 B
{ "name": "chess.mjs", "version": "2.3.2", "description": "It's just the ES6 module version of chess.js", "main": "src/Chess.js", "type": "module", "scripts": { "test": "echo \"To test, load ./test/index.html in a browser.\" && 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", "devDependencies": { "teevi": "^2.3.0" }, "dependencies": {} }