🏡 index : old_projects/wotdhack.git

Diff

 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"
}