1
0
Fork 0
fursona/package.json
Ava Gaiety Wroten 8ba1ae2f3d npm start
2021-04-26 20:35:27 -05:00

23 lines
665 B
JSON

{
"name": "fursona",
"version": "1.0.0",
"description": "Homepage for Gaiety, the doggo",
"main": "index.js",
"scripts": {
"build": "mkdir -p dist && eleventy --input=./src --output=./dist",
"start": "mkdir -p dist && eleventy --serve --input=./src --output=./dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/gaiety/fursona.git"
},
"author": "Ava Wroten <ava@wroten.me> (https://www.gaiety.me/)",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/gaiety/fursona/issues"
},
"homepage": "https://gitlab.com/gaiety/fursona#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1"
}
}