-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "electron-postman",
"version": "0.1.2",
"description": "Easy Electron IPC with focus on window-to-window communication and disabled node integration in renderers",
"keywords": [
"electron", "electron-ipc", "ipc", "electron-postman", "window-to-window",
"window-communication", "node-integration", "electron-module", "nodejs", "electron-security"
],
"main": "index.js",
"files": [
"index.js",
"src"
],
"repository": {
"type" : "git",
"url" : "https://github.com/ylieder/electron-postman"
},
"homepage": "https://github.com/ylieder/electron-postman",
"bugs": {
"url" : "https://github.com/ylieder/electron-postman/issues"
},
"author": "Yannic Lieder",
"license": "MIT",
"devDependencies": {
"electron": "^10.1.2",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2"
}
}