From 436d8a6e7c495fbb7754d84604ed5bea79f3a1d4 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 20 Jul 2020 11:56:53 -0700 Subject: [PATCH] initial commitski --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/package.json b/package.json new file mode 100644 index 0000000..8a5d485 100644 --- /dev/null +++ a/package.json @@ -1,0 +1,19 @@ +{ + "name": "wotdhack", + "version": "1.0.0", + "description": "Disgusting hack for generating Cave of Linguists' \"Word of the Day\" images.", + "main": "index.js", + "scripts": { + "test": "node index.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jacobroly/wotdhack.git" + }, + "author": "Jacob", + "license": "MIT", + "bugs": { + "url": "https://github.com/jacobroly/wotdhack/issues" + }, + "homepage": "https://github.com/jacobroly/wotdhack#readme" +} -- rgit 0.1.5