summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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": "*"
+ }
+}