forked from igdmapps/igdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.73 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
{
"name": "IGdm",
"version": "2.4.1",
"description": "Desktop application for Instagram DMs",
"main": "main/main.js",
"scripts": {
"start": "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.0",
"bootstrap": "^4.0.0",
"electron-log": "^2.2.6",
"electron-updater": "^2.20.2",
"fb": "^2.0.0",
"instagram-private-api": "github:ifedapoolarewaju/instagram-private-api#54613a55a0e74b2263b5fed31223691ae2fde899",
"node-notifier": "^5.1.2",
"nojs": "^0.1.1"
},
"devDependencies": {
"electron": "^1.8.2",
"electron-builder": "^19.56.2",
"electron-builder-lib": "^20.0.0",
"electron-builder-squirrel-windows": "^20.0.0",
"gulp": "^3.9.1",
"gulp-htmlmin": "^4.0.0",
"gulp-pug": "^3.3.0",
"jstransformer-markdown-it": "^2.0.0"
},
"build": {
"publish": [
{
"provider": "github",
"owner": "ifedapoolarewaju",
"repo": "igdm"
}
],
"appId": "com.ifedapoolarewaju.desktop.igdm",
"copyright": "ifedapo Olarewaju 2017",
"mac": {
"category": "public.app-category.social-networking"
},
"win": {
"target": [
"nsis",
"portable"
],
"publisherName": "ifedapoolarewaju"
},
"linux": {
"target": [
"AppImage",
"zip",
"deb"
],
"maintainer": "Ifedapo Olarewaju <[email protected]>"
}
}
}