forked from stamat/youtube-background
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 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
{
"name": "youtube-background",
"version": "1.0.8",
"description": "Simple jQuery plugin for embedding YouTube videos as a cover background",
"main": "jquery.youtube-background.js",
"repository": {
"type": "git",
"url": "https://github.com/stamat/jquery.youtube-background.git"
},
"keywords": [
"youtube",
"background",
"jquery",
"embed",
"jquery-plugin",
"youtube-embed",
"youtube-embed-player"
],
"author": "Nikola Stamatovic <@stamat>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/stamat/jquery.youtube-background/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-connect": "^5.7.0",
"gulp-jshint": "^2.1.0",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.1",
"rollup": "^2.33.3",
"rollup-plugin-license": "^2.3.0",
"rollup-plugin-terser": "^7.0.2",
"serve": "^11.0.2",
"yargs": "^16.1.1"
}
}