This commit is contained in:
antelle 2016-07-11 20:41:36 +03:00
parent 6156b9858a
commit fc2f8e522e
3 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
"version": "1.2.0",
"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",

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "1.1.4",
"version": "1.2.0",
"dependencies": {
"7zip-bin": {
"version": "1.0.5",

View File

@ -13,7 +13,7 @@
"base64-loader": "1.0.0",
"cssnano": "3.6.2",
"electron-builder": "4.2.2",
"electron-prebuilt": "^1.2.1",
"electron-prebuilt": "1.2.6",
"exports-loader": "0.6.3",
"get-folder-size": "1.0.0",
"grunt": "1.0.1",
@ -85,7 +85,8 @@
},
"directories": {
"buildResources": "graphics",
"output": "tmp/desktop"
"output": "tmp/desktop",
"app": "electron"
},
"license": "MIT",
"readme": "README.md"