docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
827 B

{
"name": "apaxy",
"version": "2.4.0-dev",
"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"
}
}