-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "gulp-rev-outdated",
"version": "1.0.1",
"description": "Old static asset revision files filter",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shonny-ua/gulp-rev-outdated"
},
"author": {
"name": "Oleksandr Ovcharenko",
"email": "shonny.ua@gmail.com"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"keywords": [
"gulpplugin",
"gulp",
"rev",
"revision",
"hash",
"optimize",
"version",
"versioning",
"cache",
"expire",
"old",
"outdated",
"static",
"asset",
"assets",
"clean",
"cleanup",
"filtering",
"filter"
],
"dependencies": {
"through2": "^3.0.0",
"vinyl": "^2.2.0"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"bugs": {
"url": "https://github.com/shonny-ua/gulp-rev-outdated/issues"
},
"homepage": "https://github.com/shonny-ua/gulp-rev-outdated"
}