crossword-layout-generator
Version:
Generates a crossword layout from any list of answers given in a JSON format.
26 lines (25 loc) • 729 B
JSON
{
"name": "crossword-layout-generator",
"version": "0.1.1",
"description": "Generates a crossword layout from any list of answers given in a JSON format.",
"main": "src/layout_generator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelWehar/Crossword-Layout-Generator.git"
},
"keywords": [
"crossword",
"generator",
"layout",
"json"
],
"author": "Michael Wehar <dff72324@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichaelWehar/Crossword-Layout-Generator/issues"
},
"homepage": "https://github.com/MichaelWehar/Crossword-Layout-Generator#readme"
}