2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-09 15:52:21 +00:00
nativefier/app/package.json
2020-11-21 11:28:00 -05:00

26 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.x",
"electron-dl": "3.x",
"electron-squirrel-startup": "1.x",
"electron-window-state": "5.x",
"source-map-support": "0.x",
"wurl": "2.x"
},
"devDependencies": {
"electron": "11.x"
}
}