1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00
keeweb/electron/package.json
2016-07-11 20:28:03 +03:00

18 lines
442 B
JSON

{
"name": "KeeWeb",
"version": "1.2.0",
"description": "Free cross-platform password manager compatible with KeePass",
"main": "main.js",
"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.3"
}
}