-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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": "iframe-video-overlay",
"version": "1.0.5",
"description": "Simple embed responsive video(YouTube, Vimeo, Daily Motion, Coub) overlay module.",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"start": "webpack --watch",
"test": "jest"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"jest": "^27.0.3",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"node-sass": "^4.13.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmitriyakkerman/iframe-video-overlay.git"
},
"keywords": [
"youtube",
"vimeo",
"iframe",
"embed-videos",
"video-overlay",
"iframe-overlay"
],
"author": "Dmitriy Akkerman",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmitriyakkerman/iframe-video-overlay/issues"
},
"homepage": "https://github.com/dmitriyakkerman/iframe-video-overlay#readme"
}