Nativefier/app/package.json

23 lines
519 B
JSON
Raw Normal View History

2015-07-05 08:08:13 +02:00
{
2016-01-19 11:04:49 +01:00
"name": "nativefier-placeholder",
"version": "1.0.0",
2015-07-05 09:11:49 +02:00
"description": "Placeholder for the nativefier cli to override with a target url",
"main": "lib/main.js",
2015-07-05 08:08:13 +02:00
"dependencies": {
"electron-dl": "^1.10.0",
"electron-window-state": "^4.1.1",
"source-map-support": "^0.5.0",
"wurl": "^2.5.2"
2015-07-05 08:08:13 +02:00
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"desktop",
"electron"
],
"author": "Jia Hao",
2016-01-19 04:25:54 +01:00
"license": "MIT"
2015-07-05 08:08:13 +02:00
}