191 lines
4.7 KiB
JSON
191 lines
4.7 KiB
JSON
{
|
|
"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.",
|
|
"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": {
|
|
"glob": "^7.0.0",
|
|
"jsonfile": "^2.2.3",
|
|
"material-ui": "^0.14.4",
|
|
"materialize-css": "^0.97.5",
|
|
"mkdirp": "^0.5.1",
|
|
"moment": "^2.12.0",
|
|
"node-uuid": "^1.4.7",
|
|
"path-extra": "^3.0.0",
|
|
"react": "^0.14.7",
|
|
"react-addons-css-transition-group": "^0.14.7",
|
|
"react-dom": "^0.14.7",
|
|
"react-quill": "^0.4.1",
|
|
"react-redux": "^4.4.0",
|
|
"react-tap-event-plugin": "^0.2.2",
|
|
"redux": "^3.3.1",
|
|
"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
|
|
},
|
|
"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",
|
|
"babel-jest": "*",
|
|
"babel-loader": "^6.2.2",
|
|
"babel-preset-es2015": "^6.5.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"babel-preset-stage-1": "^6.5.0",
|
|
"babel-preset-stage-2": "^6.5.0",
|
|
"babel-preset-stage-3": "^6.5.0",
|
|
"http-server": "^0.8.4",
|
|
"jest-cli": "^0.9.0",
|
|
"jest-webpack-alias": "^2.2.0",
|
|
"react-addons-test-utils": "^0.14.7",
|
|
"redux-devtools": "^3.1.1",
|
|
"webpack": "*",
|
|
"webpack-dev-server": "^1.11.0"
|
|
},
|
|
"keywords": [],
|
|
"node_main": "",
|
|
"jest": {
|
|
"scriptPreprocessor": "<rootDir>/jest/preprocessor.js",
|
|
"unmockedModulePathPatterns": [
|
|
"<rootDir>/node_modules/react",
|
|
"<rootDir>/node_modules/material-ui",
|
|
"<rootDir>/node_modules/react-dom",
|
|
"<rootDir>/node_modules/react-addons-test-utils",
|
|
"<rootDir>/node_modules/fbjs"
|
|
],
|
|
"testFileExtensions": [
|
|
"jsx",
|
|
"js",
|
|
"es6"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"es6"
|
|
]
|
|
}
|
|
}
|