1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/desktop/package.json
2017-05-23 20:03:58 +02:00

19 lines
478 B
JSON

{
"name": "KeeWeb",
"version": "1.5.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.3.7"
}
}