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-01-21 18:05:50 +00:00
|
|
|
"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
|
|
|
}
|