forked from VPNht/desktop-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.23 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
{
"name": "VPN.ht",
"version": "0.0.3",
"author": "VPN.ht",
"description": "Simple VPN.ht Client.",
"homepage": "https://vpn.ht/",
"main": "browser.js",
"repository": {
"type": "git",
"url": "[email protected]:vpnht/desktop.git"
},
"bugs": "https://github.com/vpnht/desktop/issues",
"scripts": {
"start": "grunt",
"release": "grunt release"
},
"license": "GPL-3.0",
"electron-version": "0.33.3",
"dependencies": {
"alt": "0.17.3",
"autoupdater": "vpnht/autoupdater",
"bluebird": "2.10.1",
"bugsnag-js": "2.4.7",
"classnames": "2.1.3",
"exec": "0.2.0",
"get-port": "1.0.0",
"is-running": "1.0.5",
"jquery": "2.1.4",
"lodash": "3.10.1",
"mixpanel": "kitematic/mixpanel-node",
"node-cache": "3.0.0",
"node-openvpn": "VPNht/node-openvpn",
"node-uuid": "1.4.3",
"object-assign": "4.0.1",
"osx-release": "1.1.0",
"react": "0.13.3",
"react-bootstrap": "^0.20.3",
"react-retina-image": "1.3.3",
"react-router": "0.13.3",
"react-select": "0.6.11",
"request": "2.55.0",
"validator": "4.0.6",
"windows-service-manager": "vpnht/windows-service-manager",
"winreg": "0.0.12",
"xps": "^1.0.2",
"yargs": "^3.27.0"
},
"devDependencies": {
"async": "^1.4.2",
"babel": "^5.1.10",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-chmod": "^1.0.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch-chokidar": "^1.0.0",
"grunt-curl": "^2.2.0",
"grunt-download-electron": "^2.1.1",
"grunt-electron": "^2.0.0",
"grunt-electron-installer": "^1.0.3",
"grunt-if-missing": "^1.0.0",
"grunt-newer": "^1.1.1",
"grunt-plistbuddy": "^0.1.1",
"grunt-prompt": "^1.3.0",
"grunt-rcedit": "^0.3.1",
"grunt-rename": "^0.1.4",
"grunt-shell": "^1.1.2",
"grunt-shell-spawn": "^0.3.8",
"load-grunt-tasks": "^3.2.0",
"minimist": "^1.1.1",
"react-tools": "^0.13.1",
"run-sequence": "^1.0.2",
"shell-escape": "^0.2.0",
"source-map-support": "^0.3.2"
},
"optionalDependencies": {
"electron-prebuilt": "^0.33.3"
}
}