forked from igdmapps/igdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 1.94 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "IGdm",
"version": "2.6.1",
"description": "Desktop application for Instagram DMs",
"main": "main/main.js",
"scripts": {
"start": "electron .",
"startwgulp": "gulp build && electron .",
"pack": "gulp build && build --dir",
"dist": "gulp build && build -mwl --x64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifedapoolarewaju/igdm.git"
},
"keywords": [
"Instagram",
"messaging",
"Chat",
"DM",
"Social Media"
],
"author": "ifedapo olarewaju",
"license": "MIT",
"dependencies": {
"bluebird": "3.5.2",
"bootstrap": "4.1.3",
"electron-fetch": "^1.1.0",
"electron-log": "2.2.17",
"electron-updater": "^3.0.3",
"fb": "^2.0.0",
"https": "^1.0.0",
"instagram-private-api": "github:ifedapoolarewaju/instagram-private-api#cd4955751a4b4e111bcb20633c53db2ed15a8671",
"node-notifier": "^5.1.2",
"nojs": "^0.1.1"
},
"devDependencies": {
"electron": "2.0.12",
"electron-builder": "20.28.4",
"electron-builder-lib": "20.23.1",
"electron-builder-squirrel-windows": "20.29.0",
"gulp": "^4.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-pug": "^3.3.0",
"jstransformer-markdown-it": "^2.1.0"
},
"build": {
"publish": [
{
"provider": "github",
"owner": "ifedapoolarewaju",
"repo": "igdm"
}
],
"appId": "com.ifedapoolarewaju.desktop.igdm",
"copyright": "ifedapo Olarewaju 2018",
"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 <[email protected]>"
}
}
}