mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
14 lines
283 B
JSON
14 lines
283 B
JSON
|
{
|
||
|
"name": "KeeWeb",
|
||
|
"version": "1.0.4",
|
||
|
"description": "KeePass web app",
|
||
|
"main": "main.js",
|
||
|
"repository": "https://github.com/antelle/keeweb",
|
||
|
"author": "Antelle",
|
||
|
"license": "MIT",
|
||
|
"readme": "../README.md",
|
||
|
"dependencies": {
|
||
|
"node-stream-zip": "^1.2.1"
|
||
|
}
|
||
|
}
|