2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-30 05:09:05 +00:00
nativefier/app/package.json

20 lines
424 B
JSON
Raw Normal View History

2015-07-05 06:08:13 +00:00
{
2015-07-05 07:11:49 +00:00
"name": "Nativefier Placeholder",
2015-07-05 06:08:13 +00:00
"version": "0.0.1",
2015-07-05 07:11:49 +00:00
"description": "Placeholder for the nativefier cli to override with a target url",
2015-07-05 06:08:13 +00:00
"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"
}