summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerge Pavlyuk2018-10-28 03:46:32 +0300
committerSerge Pavlyuk2018-10-28 03:46:32 +0300
commit4fae315313cacf596076f377eb89955cc3b011de (patch)
treed008e99ffd6e15252373426b607a3ee657a78b06 /package.json
downloadaur-glip-desktop-electron.tar.gz
v1.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000000..cad6d9784042
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "glip-desktop",
+ "version": "1.0.0",
+ "description": "glip electron wrapper",
+ "main": "index.js",
+ "scripts": {
+ "start": "nativefier https://app.glip.com/ --name \"Glip\" --disable-context-menu --disable-dev-tools -i glip-desktop.png"
+ },
+ "author": "Serge Pavlyuk",
+ "license": "ISC",
+ "dependencies": {
+ "nativefier": "*"
+ }
+}