mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
27 lines
621 B
JSON
27 lines
621 B
JSON
{
|
|
"name": "libreevent-simple",
|
|
"version": "1.0.0",
|
|
"description": "Simplify libreevent's install using the npm package",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/janishutz/libreevent.git"
|
|
},
|
|
"keywords": [
|
|
"libreevent",
|
|
"simple"
|
|
],
|
|
"author": "Janis Hutz",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/janishutz/libreevent/issues"
|
|
},
|
|
"homepage": "https://libreevent.janishutz.com",
|
|
"dependencies": {
|
|
"libreevent": "^1.1.3"
|
|
}
|
|
}
|