electron-safe-ipc
Version:
Safe communication between main process and renderer processes in Electron
36 lines (35 loc) • 978 B
JSON
{
"name": "electron-safe-ipc",
"version": "0.6.1",
"description": "Safe communication between main process and renderer processes in Electron",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"renderer-bundle": "browserify guest.js -o guest-bundle.js -s electronSafeIpc",
"pretest": "npm run renderer-bundle",
"test": "electron test/webview && electron test/browser-window"
},
"author": "Ryohei Ikegami <iofg2100@gmail.com>",
"license": "MIT",
"devDependencies": {
"browserify": "^11.0.1",
"chai": "^3.0.0",
"electron-prebuilt": "^0.31.1",
"mocha": "^2.2.5"
},
"dependencies": {},
"keywords": [
"electron",
"ipc"
],
"repository": {
"type": "git",
"url": "git+https://github.com/seanchas116/electron-safe-ipc.git"
},
"bugs": {
"url": "https://github.com/seanchas116/electron-safe-ipc/issues"
},
"homepage": "https://github.com/seanchas116/electron-safe-ipc#readme"
}