-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 907 Bytes
/
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
{
"name": "youtube-background",
"version": "1.1.8",
"description": "ESM / jQuery plugin for creating video backgrounds from YouTube, Vimeo or video file links.",
"main": "jquery.youtube-background.js",
"homepage": "https://github.com/stamat/youtube-background",
"repository": {
"type": "git",
"url": "https://github.com/stamat/youtube-background.git"
},
"keywords": [
"youtube",
"background",
"jquery",
"embed",
"jquery-plugin",
"youtube-embed",
"youtube-embed-player",
"javascript",
"video-background"
],
"author": "Nikola Stamatovic <@stamat>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/stamat/youtube-background/issues"
},
"devDependencies": {
"poops": "^1.0.18"
},
"scripts": {
"dev": "poops",
"build": "poops -b"
},
"dependencies": {
"book-of-spells": "^1.0.18"
}
}