2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-01-25 16:18:27 +00:00
nativefier/app/package.json

22 lines
489 B
JSON
Raw 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",
"main": "lib/main.js",
2015-07-05 14:08:13 +08:00
"dependencies": {
"electron-window-state": "^2.0.0",
2016-01-30 00:30:25 +08:00
"source-map-support": "^0.4.0",
"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
}