{
    "name": "nw-app-example",
    "product_string": "NW app example",
    "domain": "",
    "version": "1.0.7",
    "description": "Example app for nw-skeleton framework",
    "main": "",
    "bg-script": "./node_modules/nw-skeleton/app-wrapper/js/main.js",
    "chromium-args": "--mixed-context",
    "_chromium-args": "--mixed-context --enable-logging=stderr",
    "webkit": {
        "double_tap_to_zoom_enabled": false,
        "plugin": true
    },
    "window": {
        "title": "NW example app",
        "position": "center",
        "icon": "node_modules/nw-skeleton/app-wrapper/images/tray-icon.png",
        "transparent": true,
        "show": false,
        "kiosk": false,
        "frame": false,
        "fullscreen": false,
        "resizable": true,
        "show_in_taskbar": true,
        "visible_on_all_workspaces": false,
        "always_on_top": false,
        "width": 700,
        "height": 400,
        "min_width": 500,
        "min_height": 300
    },
    "dependencies": {
        "lodash": "^4.17.4",
        "nw-app-test": "^1.1.5",
        "nw-canvas-playground": "^1.1.2",
        "nw-skeleton": "^1.3.4",
        "nw-themes": "^1.1.3",
        "nw-ui": "0.1.0"
    },
    "devDependencies": {
        "nwjs-builder-phoenix": "^1.14.3"
    },
    "scripts": {
        "start": "nwjs .",
        "link": "npm link nw-skeleton nw-themes nw-app-test nw-canvas-playground nw-ui",
        "dev": "nwkill.sh && nwjs . --dev=true",
        "reset": "nwkill.sh && nwjs . --reset=all",
        "resetConfig": "nwkill.sh && nwjs . --reset=config",
        "resetData": "nwkill.sh && nwjs . --reset=data",
        "vuedev": "nwkill.sh && nwjs . --load-extension=/Users/dino/prg/node/vue-devtools-3.0.8_0 --dev=true",
        "doc": "rm -rf doc && jsdoc --pedantic -c jsDocConfig.js",
        "dist": "(build --tasks mac-x64 --mirror https://dl.nwjs.io/ .) && cp config/config.js dist/",
        "dist-win": "build --tasks win-x64 --mirror https://dl.nwjs.io/ ."
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/nwfw/nw-app-example.git"
    },
    "author": "Dino Ivankov <dinoivankov@gmail.com>",
    "license": "MIT",
    "homepage": "https://github.com/nwfw/nw-app-example",
    "build": {
        "nwVersion": "stable",
        "nwFlavor": "sdk",
        "output": "./",
        "outputPattern": "dist",
        "packed": false,
        "win": {
            "productName": "Nw app example",
            "productVersion": "1.0.3",
            "fileDescription": "Nw app example",
            "copyright": "2017 Jazzie Web",
            "fileVersion": "1.0.0",
            "companyName": "Jazzie Web",
            "icon": "node_modules/nw-skeleton/app-wrapper/images/tray-icon.png"
        },
        "mac": {
            "name": "Nw app example",
            "version": "1.0.3",
            "description": "Nw app example",
            "copyright": "2017 Jazzie Web",
            "icon": "node_modules/nw-skeleton/app-wrapper/images/icon.icns"
        }
    }
}
