27 lines
746 B
JSON
27 lines
746 B
JSON
{
|
|
"name": "death.id.au",
|
|
"version": "1.0.0",
|
|
"description": "This repository provides minimal HTML for starting a new web site!",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx @11ty/eleventy",
|
|
"serve": "npx @11ty/eleventy --serve"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/deathau/deathau.github.io.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/deathau/deathau.github.io/issues"
|
|
},
|
|
"homepage": "https://github.com/deathau/deathau.github.io#readme",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.2",
|
|
"@11ty/eleventy-fetch": "^3.0.0",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"microformats-parser": "^1.4.1"
|
|
}
|
|
}
|