2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-29 16:43:50 +00:00
nativefier/app/package.json

25 lines
584 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",
"main": "lib/main.js",
2015-07-05 06:08:13 +00:00
"dependencies": {
"electron-context-menu": "^0.9.1",
"electron-dl": "^1.10.0",
"electron-window-state": "^4.1.1",
"loglevel": "^1.5.1",
"source-map-support": "^0.5.0",
"wurl": "^2.5.2"
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
}