diff --git a/.gitignore b/.gitignore index 9bea433..fd4f2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - +node_modules .DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ea16ee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ + +# 1.0.0 (2018-02-21) + + +### Features + +* Although it is a quite old piece of software (2012), here is the first release of apaxy. + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..cd9947b --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "apaxy", + "version": "1.0.0", + "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": "Unlicense", + "bugs": { + "url": "https://github.com/oupala/apaxy/issues" + }, + "homepage": "https://github.com/oupala/apaxy#readme", + "devDependencies": { + "conventional-changelog": "^1.1.0" + } +}