You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
615 B

{
"name": "deck-gitea-integration",
"version": "0.0.0",
"description": "Integrate gitea issues into Nextcloud Deck using webhooks.",
"main": "index.js",
"dependencies": {
"axios": "^0.19.0",
"express": "^4.17.1",
"md5": "^2.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.thijsdevries.net/dodedodo/deck-gitea-integration.git"
},
"keywords": [
"deck",
"gitea",
"integration",
"nextcloud"
],
"author": "Thijs de Vries",
"license": "GPL-3.0"
}