mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "electron-drag-click",
|
|
"version": "1.0.4",
|
|
"description": "A native module that propagates click events to draggable areas in Electron on macOS.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node-gyp build",
|
|
"build:dev": "node-gyp build --debug",
|
|
"clean": "node-gyp clean",
|
|
"rebuild": "node-gyp rebuild",
|
|
"rebuild:dev": "node-gyp rebuild --debug",
|
|
"start": "electron ./test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gerhardberger/electron-drag-click.git"
|
|
},
|
|
"keywords": [
|
|
"macos",
|
|
"node",
|
|
"electron",
|
|
"native",
|
|
"draggable"
|
|
],
|
|
"author": "Gellert Hegyi <gellihegyi@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gerhardberger/electron-drag-click/issues"
|
|
},
|
|
"homepage": "https://github.com/gerhardberger/electron-drag-click#readme",
|
|
"devDependencies": {
|
|
"electron": "^33.0.2",
|
|
"node-gyp": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"node-addon-api": "^3.0.2"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
]
|
|
}
|