1
0
Fork 0
This commit is contained in:
Ava Gaiety Wroten 2022-01-08 19:33:14 -06:00
parent 03a7594f00
commit 7c428d61bf

22
package.json Normal file
View file

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