mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
23 lines
593 B
JSON
23 lines
593 B
JSON
{
|
|
"name": "www-lauka-net-11ty",
|
|
"version": "1.0.0",
|
|
"description": "Source code of my personal website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lauralani/www-lauka-net-11ty.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/lauralani/www-lauka-net-11ty/issues"
|
|
},
|
|
"homepage": "https://github.com/lauralani/www-lauka-net-11ty#readme",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.0"
|
|
}
|
|
}
|