forked from TheGoddessInari/electron-contextmenu-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 842 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
31
32
33
{
"name": "electron-contextmenu-wrapper",
"version": "4.0.5",
"description": "Sane context menu handler",
"scripts": {
"doc": "esdoc -c ./esdoc.json",
"start": "electron ./example/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TheGoddessInari/electron-contextmenu-wrapper"
},
"keywords": [
"contextmenu",
"context-menu",
"electron",
"rightclick"
],
"author": "TheGoddessInari <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheGoddessInari/electron-contextmenu-wrapper/issues"
},
"main": "src/index.js",
"homepage": "https://github.com/TheGoddessInari/electron-contextmenu-wrapper",
"dependencies": {
"debug": "^4.1.1"
},
"devDependencies": {
"electron": "^8.0.3",
"electron-debug": "^3.0.1"
}
}