-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "fv-wordpress-flowplayer",
"version": "1.0.0",
"license": "GPL-3.0",
"description": "Extension for FV Player - Wordpress's most reliable, easy to use and feature-rich video player.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "https://github.com/foliovision/fv-wordpress-flowplayer"
},
"author": "foliovision",
"bugs": {
"url": "https://github.com/foliovision/fv-wordpress-flowplayer/issues"
},
"homepage": "https://github.com/foliovision/fv-wordpress-flowplayer#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0"
},
"browserslist": [
"last 2 versions",
"> 5%",
"Firefox ESR"
],
"resolutions": {
"glob-parent": "^6.0.1"
}
}