{
  "name": "hqhp-tpp",
  "version": "1.1.2",
  "description": "华气厚普协同系统",
  "main": "main.js",
  "scripts": {
    "start": "electron main.js",
    "package": "electron-packager ./ hqhop --all --out ../out --version 0.36.2 --overwrite --icon=./img/logo.ico",
    "pack": "build",
    "dist": "build"
  },
  "window": {
    "toolbar": false,
    "min_width": 900,
    "min_height": 602,
    "width": 900,
    "height": 602,
    "icon": "img/logo.png",
    "resizable": false,
    "frame": false
  },
  "build": {
    "app-bundle-id": "hqhop",
    "app-category-type": "your.app.category.type",
    "iconUrl": "./img/logo.ico"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atom/electron-quick-start.git"
  },
  "keywords": [
    "tpp",
    "hqhop"
  ],
  "author": "wuyanlin",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/atom/electron-quick-start/issues"
  },
  "homepage": "https://github.com/atom/electron-quick-start#readme",
  "devDependencies": {},
  "dependencies": {
    "electron-plugins": "0.0.4",
    "electron-updater": "^0.3.0",
    "nconf": "^0.8.4",
    "node-notifier": "^4.5.0",
    "winreg": "^1.0.1"
  }
}
