1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00
keeweb/desktop/package.json

24 lines
709 B
JSON
Raw Normal View History

2015-10-24 21:09:54 +02:00
{
2019-09-09 17:09:42 +02:00
"name": "KeeWeb",
2020-05-15 20:25:57 +02:00
"version": "1.14.3",
2019-09-09 17:09:42 +02:00
"description": "Free cross-platform password manager compatible with KeePass",
"main": "main.js",
"homepage": "https://keeweb.info",
"repository": {
"type": "git",
"url": "https://github.com/keeweb/keeweb"
},
"author": {
"name": "Antelle",
"email": "antelle.net@gmail.com",
"url": "http://antelle.net"
},
"license": "MIT",
"readme": "../README.md",
"dependencies": {
2020-06-02 12:23:22 +02:00
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.3.6/keeweb-native-modules.tgz",
2019-09-09 17:09:42 +02:00
"node-stream-zip": "^1.4.2"
},
"devDependencies": {}
2015-10-24 21:09:54 +02:00
}