mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
initial setup of website
This commit is contained in:
23
website/package.json
Normal file
23
website/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "myevent-website",
|
||||
"version": "1.0.0",
|
||||
"description": "The website of myevent",
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/simplePCBuilding/myevent.git"
|
||||
},
|
||||
"author": "Janis Hutz",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/simplePCBuilding/myevent/issues"
|
||||
},
|
||||
"homepage": "https://myevent.janishutz.com",
|
||||
"dependencies": {
|
||||
"markdown-it": "^13.0.1",
|
||||
"prompt-sync": "^4.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user