Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
willtheorangeguy committed Dec 4, 2023
1 parent a4f37d4 commit e5be32f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "apache-file-directory",
"version": "1.0.0",
"description": "The basic Apache file directory page, as a simple HTML page.",
"main": "index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willtheorangeguy/Apache-File-Directory.git"
},
"author": "willtheorangeguy",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/willtheorangeguy/Apache-File-Directory/issues"
},
"homepage": "https://github.com/willtheorangeguy/Apache-File-Directory#readme"
}

0 comments on commit e5be32f

Please sign in to comment.