-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 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
{
"name": "proxydrip",
"version": "3.0.2",
"description": "Free Proxy Creation using Digital Ocean API v2",
"main": "index.js",
"scripts": {
"start": "electron .",
"dev": "electron . --debug",
"dist:win": "build --windows --x64 --dir",
"dist:mac": "build --mac",
"installer": "node scripts/installer.js"
},
"author": "Mike Lucid <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mikelucid/proxydrip.git"
},
"bugs": {
"url": "https://github.com/mikelucid/proxydrip/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"async": "^3.2.0",
"bootstrap": "^4.5.3",
"console.table": "^0.10.0",
"copy-paste": "^1.3.0",
"curl": "^0.1.4",
"do-wrapper": "^3.25.4",
"electron": "^11.1.1",
"electron-settings": "^4.0.2",
"http": "0.0.1-security",
"http-proxy": "^1.18.1",
"jquery": "^3.5.1",
"node-notifier": "^9.0.0",
"node-waves": "^0.7.6",
"object-path": "^0.11.4",
"path": "^0.12.7",
"process": "^0.11.10",
"prompt": "^1.1.0",
"randomstring": "^1.1.5",
"remote-exec": "0.0.3",
"request": "^2.83.0",
"rimraf": "^2.5.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"electron-builder": "^22.9.1",
"electron-winstaller": "^4.0.1"
},
"build": {
"productName": "ProxyDrip",
"appId": "com.mikelucid.proxyddrip",
"mac": {
"target": "default",
"icon": "static/icons/logo.icns",
"identity": null
},
"win": {
"publisherName": "ProxyDrip",
"target": "squirrel",
"icon": "static/icons/logo.ico"
}
},
"homepage": "https://github.com/mikelucid/proxydrip#readme",
"keywords": [
"proxy"
]
}