From 89fb53da6f1062764826fd85a11b89d475e5ebe3 Mon Sep 17 00:00:00 2001 From: Joey Date: Mon, 16 Jan 2017 07:33:03 -0700 Subject: [PATCH] Cleanup package.json --- package.json | 101 +++------------------------------------------------ 1 file changed, 5 insertions(+), 96 deletions(-) diff --git a/package.json b/package.json index 7b5d6a8..22201a0 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,18 @@ { - "inject_js_start": "", - "chromium_args": "", - "host_resolver_rules": "", - "remote_debugging_port": "", - "js_flags": "", - "js-flags": "", "main": "main.js", - "additional_trust_anchors": [ - "" - ], - "disable_http_cache": false, - "web_preferences": {}, - "node-main": "", - "chromium-args": "", - "user_agent": "", - "webkit": { - "java": false, - "page-cache": false, - "plugin": false - }, - "client_certificate": "", "scripts": { "test": "jest", "start": "webpack && electron main.js", "webpack-watch": "webpack --progress --colors --watch" }, "single-instance": true, - "app_name": "Electrify", - "name": "Electrify", - "node-remote": "", - "host_rules": "", - "proxy_pac_url": "", - "cipher_suite_blacklist": "", - "ignore_connections_limit": "", - "ppapi_flash_path": "", - "inject-js-end": "", - "no_proxy_server": "False", - "inject-js-start": "", - "description": "A web/node app to desktop exporter using Electron.", + "app_name": "TechNote", + "name": "TechNote", + "description": "A technical note taking application.", "webexe_settings": { - "electron_version": "0.36.7", - "linux-x32": false, - "force_download": false, - "mac-x64": false, "nw_version": "0.12.2", "download_dir": "/home/joey/Downloads/nwdls", - "windows-x64": false, "export_dir": "output", - "custom_script": "", - "nw_compression_level": 0, - "electron_compression_level": 0, - "uncompressed_folder": false, - "windows-x32": false, - "mac-x32": false, "linux-x64": true }, "dependencies": { @@ -75,78 +35,28 @@ "rethinkdbdash": "^2.2.17", "rimraf": "^2.5.2" }, - "ppapi_flash_version": "", "nodejs": true, - "proxy_server": "", - "user-agent": "", "version": "0.1.0", - "proxy_bypass_list": "", - "snapshot": "", "author": "Joey Payne", "license": "MIT", - "inject_js_end": "", "window": { - "as_desktop": false, - "kiosk_emulation": false, - "resizable": true, - "max_width": "", - "always-on-top": false, - "title_bar_style": "default", - "enable_larger_than_screen": false, - "use_content_size": false, - "min_width": "", - "height": 480, "background_color": "#000000", - "show_in_taskbar": true, - "max_height": "", - "toolbar": true, - "disable_auto_hide_cursor": false, - "fullscreen": false, - "icon": "", - "skip_taskbar": false, - "transparent": false, "frame": true, - "x": "", - "always_on_top": false, - "accept_first_mouse": false, - "position": "", - "type": "", - "mac_icon": "", - "min_height": "", "show": true, - "y": "", - "kiosk": false, - "exe_icon": "", "width": 640, - "title": "Electrify", - "center": true, - "visible": true, - "dark_theme": false, - "auto_hide_menu_bar": false + "height": 480, + "title": "TechNote", }, - "disable_renderer_backgrounding": false, - "ssl_version_fallback_min": "", "web": { - "experimental_canvas_features": false, - "preload": "", - "allow_displaying_insecure_content": false, "javascript": true, "images": true, "direct_write": true, "text_areas_are_resizable": true, - "blink_features": "", "webgl": true, - "plugins": false, "webaudio": true, - "zoom_factor": 100, - "experimental_features": false, - "allow_running_insecure_content": false, "web_security": true, - "partition": "", "node_integration": true }, - "ignore_certificate_errors": false, - "log_net_log": "", "main_html": "index.html", "devDependencies": { "babel-core": "^6.5.1", @@ -167,7 +77,6 @@ "webpack-dev-server": "^1.11.0" }, "keywords": [], - "node_main": "", "jest": { "scriptPreprocessor": "/jest/preprocessor.js", "unmockedModulePathPatterns": [