-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
127 lines (127 loc) · 3.63 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "electorrent",
"version": "2.8.3",
"description": "A thin client for your torrenting needs",
"main": "app/app.js",
"license": "GPL-3.0",
"scripts": {
"start": "gulp",
"build": "gulp build",
"postinstall": "bower --allow-root install && gulp install && electron-builder install-app-deps",
"pack": "build --dir",
"predist": "gulp build",
"dist": "electron-builder --publish never",
"prerelease": "gulp build",
"release": "electron-builder",
"test": "mocha 'test/**/*.spec.ts'"
},
"keywords": [
"utorrent"
],
"repository": {
"type": "git",
"url": "https://github.com/tympanix/Electorrent.git"
},
"author": "tympanix",
"dependencies": {
"electron-regedit": "^2.0.0",
"less": "^2.7.3",
"q": "^1.5.1",
"winreg": "^1.2.2"
},
"devDependencies": {
"@electorrent/node-deluge": "^1.0.3",
"@electorrent/node-qbittorrent": "^1.1.2",
"@electorrent/node-rtorrent": "^1.2.1",
"@electron/remote": "^2.0.8",
"@types/angular": "^1.5.8",
"@types/angular-animate": "^1.5.10",
"@types/angular-resource": "^1.5.16",
"@types/axios": "^0.14.0",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/form-data": "^2.5.0",
"@types/jquery": "^3.5.5",
"@types/magnet-uri": "^5.1.3",
"@types/mocha": "^10.0.4",
"@types/moment": "^2.13.0",
"@types/mousetrap": "^1.6.5",
"@types/node": "^14.18.16",
"@types/parse-torrent": "^5.8.4",
"@types/qs": "^6.9.7",
"@types/tapable": "^0.2.5",
"@types/underscore": "^1.10.24",
"@wdio/types": "^7.24.0",
"angular": "^1.8.2",
"angular-animate": "^1.5.11",
"angular-marked": "^1.2.2",
"angular-resource": "^1.5.11",
"angular-table-resize": "^2.0.1",
"angular-ui-sortable": "^0.16.1",
"axios": "^1.6.0",
"babel-minify-webpack-plugin": "^0.3.1",
"base64-js": "^1.5.1",
"bower": "^1.8.8",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"docker-compose": "^0.23.13",
"electron": "^15.5.5",
"electron-builder": "^23.6.0",
"electron-builder-squirrel-windows": "^23.6.0",
"electron-is": "^3.0.0",
"electron-reloader": "^1.2.1",
"electron-squirrel-startup": "^1.0.0",
"form-data": "^4.0.0",
"fuse.js": "^3.6.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-iconfont": "^10.0.3",
"gulp-if": "^2.0.2",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-run": "^1.7.1",
"gulp-run-electron": "^3.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-useref": "^3.1.6",
"hoek": "^5.0.4",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^4.5.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.13.2",
"lazypipe": "^1.0.2",
"magnet-uri": "^6.2.0",
"merge-stream": "^1.0.1",
"mini-css-extract-plugin": "^1.3.3",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"mousetrap": "^1.6.5",
"ng-infinite-scroll": "^1.3.0",
"parse-torrent": "^9.1.5",
"qs": "^6.10.3",
"request": "^2.88.2",
"rollup": "^2.2.0",
"run-sequence": "^1.2.2",
"semver": "^5.7.1",
"spectron": "^16.0.0",
"through2": "^2.0.5",
"ts-loader": "^8.0.12",
"ts-node": "^10.7.0",
"typescript": "^4.1.3",
"underscore": "^1.12.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.2.0",
"webpack-node-externals": "^3.0.0",
"webpack-stream": "^7.0.0",
"winston": "^2.4.4",
"yargs": "^4.8.1"
},
"resolutions": {
"graceful-fs": "^4.2.4",
"@types/tapable": "1.0.0"
}
}