justduh
Version:
A deceptively simple floating desktop button that sits quietly on your screen, always accessible with a single click.
61 lines (60 loc) • 1.25 kB
JSON
{
"name": "justduh",
"version": "1.0.4",
"description": "A deceptively simple floating desktop button that sits quietly on your screen, always accessible with a single click.",
"main": "main.js",
"author": "justduh.com",
"license": "MIT",
"homepage": "https://justduh.com",
"repository": {
"type": "git",
"url": "https://github.com/roshanbvadassery/justduh.git"
},
"keywords": [
"desktop",
"productivity",
"automation",
"floating-button",
"electron",
"utilities"
],
"files": [
"main.js",
"preload.js",
"index.html",
"styles.css",
"script.js",
"components/",
"bin/",
"entitlements.plist",
"assets/"
],
"bin": {
"justduh": "./bin/justduh.js",
"duh": "./bin/justduh.js"
},
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"build": {
"appId": "com.justduh.app",
"mac": {
"category": "public.app-category.utilities",
"hardenedRuntime": false,
"entitlements": "entitlements.plist"
},
"win": {
"target": "nsis"
}
},
"dependencies": {
"electron": "^35.1.5"
},
"devDependencies": {
"electron-builder": "^26.0.12"
},
"engines": {
"node": ">=14.0.0"
}
}