summarylogtreecommitdiffstats
path: root/package.json
blob: cad6d9784042d041ad4c447ec82549b9b8e5d7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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": "*"
  }
}