{"version":"1.0.71",
  "name": "ebrowser",
  "description": "The keyboard-friendly minimal suckless web browser",
  "main": "webview.js",
  "files": [
    "webview.js",
    "index.html",
    "package.json",
    "README.md",
    "translate.*",
    "js/*.js",
    "search.json",
    "mapkeys.json"
  ],
  "scripts": {
    "release": "electron-builder"
  },
  "author": "Richard H. Cao",
  "keywords": ["browser","minimal","suckless","command line","vim key map","user scripts"],
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/torappinfo/ebrowser.git"
  },
  "build": {
    "appId": "torapp.eweb",
    "publish": "github",
    "asar": false,
    "directories": {
      "output": "release"
    },
    "dmg": {
      "contents": [
        { "x": 110, "y": 150 },
        { "x": 240, "y": 150, "type": "link", "path": "/Applications" }
      ]
    },
    "nsis": {
      "createDesktopShortcut": "always"
    },
    "linux": {
      "target": "AppImage"
    }
  },
  "dependencies": {
  },
  "devDependencies": {
    "electron":"",
    "electron-builder": ""
  }
}
