hyper/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2024-11-03 00:05:52 -08:00
{
2025-04-21 20:57:04 -08:00
"name": "quine-electron-drag-click",
2025-01-17 03:33:42 -09:00
"version": "1.0.6",
2024-11-03 00:05:52 -08:00
"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",
2025-04-21 20:57:04 -08:00
"url": "git+https://github.com/quine-global/electron-drag-click.git"
2024-11-03 00:05:52 -08:00
},
"keywords": [
"macos",
"node",
"electron",
"native",
"draggable"
],
2025-04-21 20:57:04 -08:00
"authors": [
"Gellert Hegyi <gellihegyi@gmail.com>",
"Quine Global <quine@fastmail.com>"
],
2024-11-03 00:05:52 -08:00
"license": "MIT",
"bugs": {
2025-04-21 20:57:04 -08:00
"url": "https://github.com/quine-global/electron-drag-click/issues"
2024-11-03 00:05:52 -08:00
},
2025-04-21 20:57:04 -08:00
"homepage": "https://github.com/quine-global/electron-drag-click#readme",
2024-11-03 00:05:52 -08:00
"devDependencies": {
2025-04-21 20:57:04 -08:00
"electron": "34.5.1",
2024-11-03 00:05:52 -08:00
"node-gyp": "^9.0.0"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^3.0.2"
2024-11-09 10:46:58 -09:00
}
2024-11-03 00:05:52 -08:00
}