mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"name": "libreevent",
|
|
"version": "1.0.1",
|
|
"description": "A free and open source event management solution",
|
|
"main": "/dist/app.js",
|
|
"scripts": {
|
|
"test": "npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simplePCBuilding/libreevent.git"
|
|
},
|
|
"keywords": [
|
|
"eventmanager",
|
|
"events",
|
|
"tickets"
|
|
],
|
|
"author": "Janis Hutz",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/simplePCBuilding/libreevent/issues"
|
|
},
|
|
"homepage": "https://libreevent.janishutz.com"
|
|
}
|