diff --git a/package.json b/package.json new file mode 100644 index 0000000..79c304e --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "wordfind", + "version": "1.0.0", + "description": "Generate Word Find (also known as Word Search) puzzles.", + "main": "src/wordfind.js", + "repository": { + "type": "git", + "url": "git+https://github.com/bunkat/wordfind.git" + }, + "keywords": [ + "wordfind", + "wordsearch", + "puzzle" + ], + "author": "Bunkat", + "bugs": { + "url": "https://github.com/bunkat/wordfind/issues" + }, + "homepage": "https://github.com/bunkat/wordfind#readme" +}