From 489790110506db0632aac89f1162cd376589d07b Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Mon, 26 Apr 2021 20:22:39 -0500 Subject: [PATCH] npm init --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..e9dfc1e --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "fursona", + "version": "1.0.0", + "description": "Homepage for Gaiety, the doggo", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/gaiety/fursona.git" + }, + "author": "Ava Wroten (https://www.gaiety.me/)", + "license": "ISC", + "bugs": { + "url": "https://gitlab.com/gaiety/fursona/issues" + }, + "homepage": "https://gitlab.com/gaiety/fursona#readme" +}