mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 12:57:52 +00:00
25 lines
585 B
JSON
25 lines
585 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",
|
|
"dependencies": {
|
|
"electron-context-menu": "^0.10.0",
|
|
"electron-dl": "^1.10.0",
|
|
"electron-window-state": "^4.1.1",
|
|
"loglevel": "^1.5.1",
|
|
"source-map-support": "^0.5.0",
|
|
"wurl": "^2.5.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"desktop",
|
|
"electron"
|
|
],
|
|
"author": "Jia Hao",
|
|
"license": "MIT"
|
|
}
|