From 7c428d61bfc6dc91a045d431c44a33d48548cd94 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Sat, 8 Jan 2022 19:33:14 -0600 Subject: [PATCH] npm init --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9b06957 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "gaiety-life", + "version": "2.0.0", + "description": "Gaiety's Blog", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/gaiety/gaiety-life.git" + }, + "keywords": [ + "blog" + ], + "author": "Ava Wroten", + "license": "The Unlicense", + "bugs": { + "url": "https://gitlab.com/gaiety/gaiety-life/issues" + }, + "homepage": "https://gitlab.com/gaiety/gaiety-life#readme" +}