26 lines
570 B
JSON
26 lines
570 B
JSON
{
|
|
"name": "gaiety-life",
|
|
"version": "2.0.0",
|
|
"description": "Gaiety's Blog",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"start": "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"
|
|
}
|
|
}
|