mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-14 00:54:04 +00:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"name": "Nativefier Placeholder",
|
|
"version": "0.0.1",
|
|
"description": "Placeholder for the nativefier cli to override with a target url",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"electron-prebuilt": "^0.29.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"desktop",
|
|
"electron"
|
|
],
|
|
"author": "Jia Hao",
|
|
"license": "ISC"
|
|
}
|