UNPKG

cm-pgn

Version:

Module for parsing and rendering of PGNs (Portable Game Notation)

35 lines (34 loc) 731 B
{ "name": "cm-pgn", "version": "4.1.2", "description": "Module for parsing and rendering of PGNs (Portable Game Notation)", "main": "src/Pgn.js", "type": "module", "scripts": { "test": "echo 'request test/index.html for testing'" }, "repository": { "type": "git", "url": "git+https://github.com/shaack/cm-pgn.git" }, "keywords": [ "ES6", "ECMAScript 6", "chess", "PGN", "parser" ], "author": "shaack", "license": "MIT", "bugs": { "url": "https://github.com/shaack/cm-pgn/issues" }, "homepage": "https://github.com/shaack/cm-pgn#readme", "devDependencies": { "pegjs": "^0.10.0", "teevi": "^2.3.0" }, "dependencies": { "chess.mjs": "^2.3.2" } }