1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
keeweb/desktop/package.json
2019-08-19 20:59:54 +02:00

23 lines
514 B
JSON

{
"name": "KeeWeb",
"version": "1.9.1",
"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": {
"node-stream-zip": "^1.4.2"
},
"devDependencies": {}
}