2015-07-05 06:08:13 +00:00
|
|
|
{
|
2016-01-19 10:04:49 +00:00
|
|
|
"name": "nativefier-placeholder",
|
|
|
|
"version": "1.0.0",
|
2015-07-05 07:11:49 +00:00
|
|
|
"description": "Placeholder for the nativefier cli to override with a target url",
|
2016-01-22 10:03:35 +00:00
|
|
|
"main": "lib/main.js",
|
2015-07-05 06:08:13 +00:00
|
|
|
"dependencies": {
|
2016-05-26 14:50:40 +00:00
|
|
|
"electron-dl": "^1.1.0",
|
2017-04-18 21:30:54 +00:00
|
|
|
"electron-window-state": "^4.1.0",
|
2016-01-29 16:30:25 +00:00
|
|
|
"source-map-support": "^0.4.0",
|
|
|
|
"wurl": "^2.1.0"
|
2015-07-05 06:08:13 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"desktop",
|
|
|
|
"electron"
|
|
|
|
],
|
|
|
|
"author": "Jia Hao",
|
2016-01-19 03:25:54 +00:00
|
|
|
"license": "MIT"
|
2015-07-05 06:08:13 +00:00
|
|
|
}
|