Cleanup package.json
This commit is contained in:
parent
5279717f95
commit
89fb53da6f
1 changed files with 5 additions and 96 deletions
101
package.json
101
package.json
|
|
@ -1,58 +1,18 @@
|
||||||
{
|
{
|
||||||
"inject_js_start": "",
|
|
||||||
"chromium_args": "",
|
|
||||||
"host_resolver_rules": "",
|
|
||||||
"remote_debugging_port": "",
|
|
||||||
"js_flags": "",
|
|
||||||
"js-flags": "",
|
|
||||||
"main": "main.js",
|
"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": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"start": "webpack && electron main.js",
|
"start": "webpack && electron main.js",
|
||||||
"webpack-watch": "webpack --progress --colors --watch"
|
"webpack-watch": "webpack --progress --colors --watch"
|
||||||
},
|
},
|
||||||
"single-instance": true,
|
"single-instance": true,
|
||||||
"app_name": "Electrify",
|
"app_name": "TechNote",
|
||||||
"name": "Electrify",
|
"name": "TechNote",
|
||||||
"node-remote": "",
|
"description": "A technical note taking application.",
|
||||||
"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.",
|
|
||||||
"webexe_settings": {
|
"webexe_settings": {
|
||||||
"electron_version": "0.36.7",
|
|
||||||
"linux-x32": false,
|
|
||||||
"force_download": false,
|
|
||||||
"mac-x64": false,
|
|
||||||
"nw_version": "0.12.2",
|
"nw_version": "0.12.2",
|
||||||
"download_dir": "/home/joey/Downloads/nwdls",
|
"download_dir": "/home/joey/Downloads/nwdls",
|
||||||
"windows-x64": false,
|
|
||||||
"export_dir": "output",
|
"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
|
"linux-x64": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -75,78 +35,28 @@
|
||||||
"rethinkdbdash": "^2.2.17",
|
"rethinkdbdash": "^2.2.17",
|
||||||
"rimraf": "^2.5.2"
|
"rimraf": "^2.5.2"
|
||||||
},
|
},
|
||||||
"ppapi_flash_version": "",
|
|
||||||
"nodejs": true,
|
"nodejs": true,
|
||||||
"proxy_server": "",
|
|
||||||
"user-agent": "",
|
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"proxy_bypass_list": "",
|
|
||||||
"snapshot": "",
|
|
||||||
"author": "Joey Payne",
|
"author": "Joey Payne",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"inject_js_end": "",
|
|
||||||
"window": {
|
"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",
|
"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,
|
"frame": true,
|
||||||
"x": "",
|
|
||||||
"always_on_top": false,
|
|
||||||
"accept_first_mouse": false,
|
|
||||||
"position": "",
|
|
||||||
"type": "",
|
|
||||||
"mac_icon": "",
|
|
||||||
"min_height": "",
|
|
||||||
"show": true,
|
"show": true,
|
||||||
"y": "",
|
|
||||||
"kiosk": false,
|
|
||||||
"exe_icon": "",
|
|
||||||
"width": 640,
|
"width": 640,
|
||||||
"title": "Electrify",
|
"height": 480,
|
||||||
"center": true,
|
"title": "TechNote",
|
||||||
"visible": true,
|
|
||||||
"dark_theme": false,
|
|
||||||
"auto_hide_menu_bar": false
|
|
||||||
},
|
},
|
||||||
"disable_renderer_backgrounding": false,
|
|
||||||
"ssl_version_fallback_min": "",
|
|
||||||
"web": {
|
"web": {
|
||||||
"experimental_canvas_features": false,
|
|
||||||
"preload": "",
|
|
||||||
"allow_displaying_insecure_content": false,
|
|
||||||
"javascript": true,
|
"javascript": true,
|
||||||
"images": true,
|
"images": true,
|
||||||
"direct_write": true,
|
"direct_write": true,
|
||||||
"text_areas_are_resizable": true,
|
"text_areas_are_resizable": true,
|
||||||
"blink_features": "",
|
|
||||||
"webgl": true,
|
"webgl": true,
|
||||||
"plugins": false,
|
|
||||||
"webaudio": true,
|
"webaudio": true,
|
||||||
"zoom_factor": 100,
|
|
||||||
"experimental_features": false,
|
|
||||||
"allow_running_insecure_content": false,
|
|
||||||
"web_security": true,
|
"web_security": true,
|
||||||
"partition": "",
|
|
||||||
"node_integration": true
|
"node_integration": true
|
||||||
},
|
},
|
||||||
"ignore_certificate_errors": false,
|
|
||||||
"log_net_log": "",
|
|
||||||
"main_html": "index.html",
|
"main_html": "index.html",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.5.1",
|
"babel-core": "^6.5.1",
|
||||||
|
|
@ -167,7 +77,6 @@
|
||||||
"webpack-dev-server": "^1.11.0"
|
"webpack-dev-server": "^1.11.0"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"node_main": "",
|
|
||||||
"jest": {
|
"jest": {
|
||||||
"scriptPreprocessor": "<rootDir>/jest/preprocessor.js",
|
"scriptPreprocessor": "<rootDir>/jest/preprocessor.js",
|
||||||
"unmockedModulePathPatterns": [
|
"unmockedModulePathPatterns": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue