1
0
Fork 0
gaiety-life/package.json
2022-01-08 19:37:57 -06:00

26 lines
582 B
JSON

{
"name": "gaiety-life",
"version": "2.0.0",
"description": "Gaiety's Blog",
"main": "index.js",
"scripts": {
"build": "@11ty/eleventy",
"start": "@11ty/eleventy --serve"
},
"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",
"devDependencies": {
"@11ty/eleventy": "^1.0.0"
}
}