forked from tumblfeed/nzbunity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "nzbunity",
"version": "1.17.0",
"license": "MPL-2.0",
"description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
"author": "tumblfeed@gmail.com",
"contributors": [
"tumblfeed@gmail.com"
],
"repository": {
"type": "git",
"url": "https://github.com/tumblfeed/nzbunity"
},
"scripts": {
"gulp": "gulp",
"build": "gulp build",
"dist": "gulp dist",
"watch": "gulp watch"
},
"browserslist": [
"last 2 versions",
"> 5%",
"Firefox ESR"
],
"dependencies": {
"@types/bootstrap": "^4.3.0",
"@types/chrome": "0.0.85",
"@types/jquery": "^3.2.12",
"@types/popper.js": "^1.11.0",
"colors": "^1.3.3",
"consola": "^2.6.2",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cli": "^2.3.0",
"gulp-debug": "^4.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^5.0.1",
"gulp-zip": "^4.0.0",
"typescript": "^3.4.5",
"web-ext-types": "^3.1.0"
},
"packageManager": "yarn@3.1.1"
}