electron-demo.js/package.json

26 lines
734 B
JSON
Raw Permalink Normal View History

2017-04-20 18:01:35 +00:00
{
"name": "electron-demo",
"productName": "ElectronDemo",
"version": "0.0.6",
2017-04-20 18:01:35 +00:00
"description": "Demo Electron app to use all the 'sexy' features",
"author": {
"name": "Daplie Labs",
"url": "https://labs.daplie.com",
"email": "seth.gibelyou@daplie.com"
},
2017-04-20 18:01:35 +00:00
"scripts": {
"start": "electron .",
"build": "electron-packager . --platform linux --arch x64 --out dist/",
"deb64": "electron-installer-debian --config builder-configs/debian.json"
2017-04-20 18:01:35 +00:00
},
"devDependencies": {
"electron": "^1.6.5",
"electron-installer-debian": "^0.5.1",
"electron-packager": "^8.6.0"
2017-04-24 23:21:00 +00:00
},
"dependencies": {
2017-05-22 21:10:24 +00:00
"auto-launch": "^5.0.1",
"dns-suite": "git+https://git@git.daplie.com:Daplie/dns-suite#v1"
2017-04-20 18:01:35 +00:00
}
}