2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-01-24 07:38:36 +00:00
nativefier/app/package.json

20 lines
410 B
JSON
Raw Permalink Normal View History

2015-07-05 14:08:13 +08:00
{
2016-01-19 18:04:49 +08:00
"name": "nativefier-placeholder",
"version": "1.0.0",
2015-07-05 15:11:49 +08:00
"description": "Placeholder for the nativefier cli to override with a target url",
2015-07-05 14:08:13 +08:00
"main": "main.js",
"dependencies": {
"wurl": "^2.1.0"
2015-07-05 14:08:13 +08:00
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"desktop",
"electron"
],
"author": "Jia Hao",
2016-01-19 11:25:54 +08:00
"license": "MIT"
2015-07-05 14:08:13 +08:00
}