Browse Source

Updated dependencies and more

v0.5.8
Ramiro Saenz 8 years ago
parent
commit
a1a1739878
  1. 13
      package.json

13
package.json

@ -68,6 +68,11 @@
}, },
"linux": { "linux": {
"category": "Office", "category": "Office",
"desktop": {
"Terminal": "false",
"Type": "Application",
"Categories": "GTK;GNOME;Utility;Office;Email;Chat;InstantMessaging;"
},
"target": [ "target": [
"AppImage", "AppImage",
"deb", "deb",
@ -84,13 +89,15 @@
}, },
"devDependencies": { "devDependencies": {
"asar": "^0.12.1", "asar": "^0.12.1",
"electron": "^1.6.1", "electron": "1.7.1",
"electron-builder": "^14.5.3", "electron-builder": "^17.8.0",
"electron-builder-squirrel-windows": "15.0.0", "electron-builder-squirrel-windows": "15.0.0",
"electron-squirrel-startup": "^1.0.0", "electron-squirrel-startup": "^1.0.0",
"chai": "3.5.0", "chai": "3.5.0",
"mocha": "3.2.0", "mocha": "3.2.0",
"spectron": "3.4.0" "spectron": "3.4.0",
"csvjson": "4.3.3",
"crowdin": "1.0.0"
}, },
"dependencies": { "dependencies": {
"auto-launch-patched": "5.0.2", "auto-launch-patched": "5.0.2",

Loading…
Cancel
Save