forked from rthaut/deviantART-Filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.35 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
{
"name": "deviantart-filter",
"title": "DeviantArt Filter",
"version": "5.0.3",
"description": "Allows configurable filtering/removal of deviations by user, tag, and/or category on DeviantArt",
"author": "Ryan Thaut <[email protected]> (http://ryanthaut.com)",
"homepage": "https://github.com/rthaut/deviantART-Filter",
"license": "GPL-3.0",
"private": true,
"scripts": {
"build:docs": "verb default",
"build": "gulp build",
"debug": "gulp debug",
"package": "gulp package",
"firefox:lint": "web-ext lint --source-dir=./dist/firefox",
"firefox:build": "web-ext build --source-dir=./dist/firefox --firefox=firefox",
"firefox:start": "web-ext run --source-dir=./dist/firefox"
},
"repository": {
"type": "git",
"url": "git://https://github.com/rthaut/deviantART-Filter.git"
},
"bugs": {
"url": "https://github.com/rthaut/deviantART-Filter/issues"
},
"devDependencies": {
"cssnano": "^3.10.0",
"del": "^3.0.0",
"filterhtml": "^0.5.0",
"gulp": "^4.0.0",
"gulp-angular-embed-templates": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^3.1.3",
"gulp-eslint": "^4.0.0",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.2",
"gulp-less": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-merge-json": "^1.3.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-svg2png": "^2.0.2",
"gulp-token-replace": "^1.1.2",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.3",
"gulp-zip": "^4.0.0",
"html-minifier": "^3.5.16",
"html-to-text": "^4.0.0",
"idb": "^2.1.2",
"ini": "^1.3.4",
"marked": "^0.4.0",
"merge-stream": "^1.0.1",
"pump": "^3.0.0",
"rollup-stream": "^1.24.1",
"through2": "^2.0.3",
"time-stamp": "^2.0.0",
"uglify-es": "^3.3.9",
"verb": "github:verbose/verb#dev",
"verb-generate-readme": "^0.7.0",
"verb-toc": "^0.2.9",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"web-ext": "^2.7.0"
},
"dependencies": {
"angular": "^1.7.2",
"angular-messages": "^1.7.2",
"angular-sanitize": "^1.7.2",
"bootstrap": "~3.3.7",
"jquery": "^3.2.1",
"ng-table": "^3.0.1",
"webextension-polyfill": "^0.2.1"
},
"verb": {
"silent": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 2
}
}
}