-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 924 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 924 Bytes
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
{
"name": "gulp-css-resource-cache-buster",
"version": "1.0.4",
"description": "Cache buster plugin for remote/local resources specified by CSS.",
"main": "css-resource-cache-buster.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/mixi-inc/gulp-css-resource-cache-buster"
},
"keywords": [
"gulpplugin"
],
"author": "Kuniwak",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixi-inc/gulp-css-resource-cache-buster/issues"
},
"engines": {
"node": ">=10.23.0"
},
"homepage": "https://github.com/mixi-inc/gulp-css-resource-cache-buster",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0"
},
"dependencies": {
"lodash": "^4.17.15",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"
}
}