mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +00:00
25 lines
566 B
JSON
25 lines
566 B
JSON
{
|
|
"name": "nativefier-placeholder",
|
|
"version": "1.0.0",
|
|
"description": "Placeholder for the nativefier cli to override with a target url",
|
|
"main": "lib/main.js",
|
|
"author": "Jia Hao",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"desktop",
|
|
"electron",
|
|
"placeholder"
|
|
],
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"electron-context-menu": "^2.5.0",
|
|
"electron-dl": "^3.2.0",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"electron-window-state": "^5.0.3",
|
|
"source-map-support": "^0.5.19"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^12.0.1"
|
|
}
|
|
}
|