forked from fattihkoca/instagram-for-macos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 778 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "instagram-for-macos",
"productName": "Instagram for MacOS",
"version": "0.0.5",
"description": "Instagram for MacOS",
"main": "main.js",
"scripts": {
"start": "electron .",
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icon.icns --prune=true --out=release-builds"
},
"repository": "https://github.com/fattihkoca",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "Fatih Koca",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^10.1.3",
"electron-packager": "^15.1.0"
},
"dependencies": {
"core-util-is": "^1.0.2",
"electron-context-menu": "^0.15.2",
"electron-store": "^2.0.0",
"minimist": ">=1.2.3"
}
}