-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
71 lines (71 loc) · 1.65 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "IGStories",
"version": "1.0.3",
"description": "",
"main": "main/main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifedapoolarewaju/igstories.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ifedapoolarewaju/igstories/issues"
},
"homepage": "https://github.com/ifedapoolarewaju/igstories#readme",
"devDependencies": {
"electron": "^5.0.1",
"electron-builder": "^20.41.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"electron-store": "^3.2.0",
"electron-updater": "^4.0.6",
"instagram-private-api": "github:ifedapoolarewaju/instagram-private-api#798d6590a4548d69cba51a9482998d706ee89221",
"nojs": "^0.1.3"
},
"optionalDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.7"
},
"build": {
"publish": [
{
"provider": "github",
"owner": "ifedapoolarewaju",
"repo": "igstories"
}
],
"appId": "com.ifedapoolarewaju.desktop.igstories",
"copyright": "ifedapo Olarewaju 2019",
"mac": {
"target": [
"dmg",
"zip"
],
"publish": "github",
"category": "public.app-category.social-networking"
},
"win": {
"target": [
"nsis",
"portable"
],
"publish": "github",
"publisherName": "ifedapoolarewaju"
},
"linux": {
"target": [
"AppImage",
"zip",
"deb"
],
"publish": "github",
"maintainer": "Ifedapo Olarewaju <ifedapoolarewaju@gmail.com>"
}
}
}