mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-31 20:32:04 +02:00
33 lines
823 B
JSON
33 lines
823 B
JSON
{
|
|
"name": "apaxy",
|
|
"version": "2.5.1",
|
|
"description": "A simple, customisable theme for your Apache directory listing.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"update-changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oupala/apaxy.git"
|
|
},
|
|
"keywords": [
|
|
"apaxy",
|
|
"apaxy-themes",
|
|
"css",
|
|
"icons",
|
|
"mime-types",
|
|
"customisable-theme",
|
|
"docker"
|
|
],
|
|
"author": "Adam Whitcroft",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/oupala/apaxy/issues"
|
|
},
|
|
"homepage": "https://github.com/oupala/apaxy#readme",
|
|
"devDependencies": {
|
|
"conventional-changelog": "^3.1.8"
|
|
}
|
|
}
|