🏡 index : old_projects/wotdhack.git

author BuildTools <unconfigured@null.spigotmc.org> 2020-07-20 11:56:53.0 -07:00:00
committer BuildTools <unconfigured@null.spigotmc.org> 2020-07-20 11:56:53.0 -07:00:00
commit
436d8a6e7c495fbb7754d84604ed5bea79f3a1d4 [patch]
tree
83bd46fc0e2918aefc08a9748d5000222e33d902
parent
d9154c188644a5537b2c0c7024cee2fad43099ad
download
436d8a6e7c495fbb7754d84604ed5bea79f3a1d4.tar.gz

initial commitski



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