1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00
keeweb_ynh/sources/package.json

14 lines
283 B
JSON
Raw Normal View History

2016-03-01 10:47:41 +01:00
{
"name": "KeeWeb",
2016-06-10 11:32:05 +02:00
"version": "1.1.4",
2016-03-01 10:47:41 +01:00
"description": "KeePass web app",
"main": "main.js",
"repository": "https://github.com/antelle/keeweb",
"author": "Antelle",
"license": "MIT",
"readme": "../README.md",
"dependencies": {
2016-06-10 11:32:05 +02:00
"node-stream-zip": "^1.3.3"
2016-03-01 10:47:41 +01:00
}
}