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

20 lines
410 B
JSON
Raw Normal View History

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",
2015-07-05 06:08:13 +00:00
"main": "main.js",
"dependencies": {
"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
}