-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "gulp-modernizr",
"description": "Gulp wrapper for custom Modernizr builds",
"version": "5.0.1",
"license": "MIT",
"main": "index.js",
"bugs": "https://github.com/Modernizr/gulp-modernizr/issues",
"homepage": "https://github.com/Modernizr/gulp-modernizr#readme",
"repository": "https://github.com/Modernizr/gulp-modernizr.git",
"author": {
"name": "Modernizr",
"url": "https://modernizr.com/"
},
"contributors": [
{
"name": "rejas",
"url": "https://github.com/rejas"
}
],
"dependencies": {
"customizr": "^3.0.2",
"plugin-error": "^2.0.1",
"through2": "^4.0.2",
"vinyl": "^3.0.0"
},
"devDependencies": {
"chai": "^4.5.0",
"eslint": "^8.47.0",
"eslint-config-gulp": "^5.0.1",
"gulp": "^4.0.2",
"mocha": "^10.8.2"
},
"engines": {
"node": ">=18"
},
"keywords": [
"gulpplugin",
"gulp",
"modernizr",
"customizr"
],
"scripts": {
"eslint": "eslint *.js test/*.js",
"eslint:fix": "eslint --fix *.js test/*.js",
"test": "mocha test/runner.js"
}
}