{
  "name": "shinobi-kensho",
  "productName": "Kensho",
  "version": "0.1.8",
  "description": "Automatically scan and proxy all IP cameras on a network.",
  "main": "index.js",
  "bin": {
    "shinobi-kensho": "index.js"
  },
  "scripts": {
    "start": "electron .",
    "cmd": "node index.js scan",
    "pack": "electron-builder --dir",
    "dist": "electron-builder"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/Shinobi-Systems/kensho.git"
  },
  "author": "Moe Alam, Shinobi Systems",
  "bugs": {
    "url": "https://gitlab.com/Shinobi-Systems/kensho/issues"
  },
  "homepage": "https://gitlab.com/Shinobi-Systems/kensho#readme",
  "dependencies": {
    "body-parser": "^1.18.3",
    "ejs": "^2.6.1",
    "ejs-electron": "^2.0.3",
    "express": "^4.16.4",
    "is-port-reachable": "^2.0.0",
    "jquery": "^3.3.1",
    "network-list": "^1.1.5",
    "node": "^9.11.2",
    "socket.io": "^2.2.0"
  },
  "devDependencies": {
    "electron": "^4.0.4",
    "electron-builder": "^20.38.5"
  },
  "build": {
    "appId": "shinobi.kensho",
    "dmg": {
      "contents": [
        {
          "x": 110,
          "y": 150
        },
        {
          "x": 240,
          "y": 150,
          "type": "link",
          "path": "/Applications"
        }
      ]
    },
    "linux": {
      "target": [
        "AppImage",
        "deb"
      ]
    },
    "win": {
      "target": "portable",
      "icon": "libs/electron/assets/img/brand/favicon.ico"
    }
  },
  "license": "MIT"
}
