@confuzzle/puz-crossword
Version:
.puz crossword reader, writer, and parser
24 lines (23 loc) • 581 B
JSON
{
"name": "@confuzzle/puz-crossword",
"version": "1.2.3",
"description": ".puz crossword reader, writer, and parser",
"license": "MIT",
"repository": "rjkat/confuzzle",
"main": "puz-crossword.js",
"keywords": [
"crossword",
"crosswords",
"puz",
"puz-parser",
"puz-reader",
"puz-writer",
"puz-file-format"
],
"dependencies": {
"iconv-lite": "^0.5.2",
"@confuzzle/puz-common": "^1.2.3",
"@confuzzle/readpuz": "^1.2.3",
"@confuzzle/writepuz": "^1.2.3"
}
}