Files
libreevent/website/package.json

23 lines
531 B
JSON

{
"name": "libreevent-website",
"version": "1.0.0",
"description": "The website of libreevent",
"main": "build.js",
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplePCBuilding/libreevent.git"
},
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/libreevent/issues"
},
"homepage": "https://libreevent.janishutz.com",
"dependencies": {
"markdown-it": "^13.0.1"
}
}