-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.json
43 lines (43 loc) · 1010 Bytes
/
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
{
"name": "itdmanager",
"title": "Turbo Download Manager",
"version": "0.3.4",
"description": "a download manager with multi-threading support",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/inbasic/turbo-download-manager.git"
},
"author": "InBasic",
"email": "inb.cor@gmail.com",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/inbasic/turbo-download-manager/issues"
},
"keywords": [
"Electron",
"Download Manager",
"DownThemAll",
"Flashget",
"Internet Download Manager"
],
"homepage": "http://add0n.com/turbo-download-manager.html",
"dependencies": {
"gulp": "*",
"gulp-change": "*",
"gulp-babel": "*",
"babel-preset-es2015": "*",
"gulp-if": "*",
"gulp-filter": "*",
"gulp-shell": "*",
"gulp-wait": "*",
"gulp-clean": "*",
"gulp-zip": "*",
"gulp-rename": "*",
"run-sequence": "*",
"jpm": "*",
"electron-packager": "*",
"cordova": ""
}
}