@mateola/cm-pgn
Version:
Module for parsing and rendering of PGNs (Portable Game Notation)
38 lines (37 loc) • 785 B
JSON
{
"name": "@mateola/cm-pgn",
"version": "3.3.5",
"description": "Module for parsing and rendering of PGNs (Portable Game Notation)",
"keywords": [
"ES6",
"ECMAScript 6",
"chess",
"PGN",
"parser"
],
"homepage": "https://github.com/mateola/cm-pgn#readme",
"bugs": {
"url": "https://github.com/mateola/cm-pgn/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mateola/cm-pgn.git"
},
"license": "MIT",
"author": "shaack",
"type": "module",
"main": "src/Pgn.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo 'request test/index.html for testing'"
},
"dependencies": {
"chess.js": "^1.2.0"
},
"devDependencies": {
"pegjs": "^0.10.0",
"teevi": "^2.2.4"
}
}