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