-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 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
{
"name": "awesome-jquery-html5-background-video",
"version": "1.0.0",
"description": "A jquery plugin that helps to dynamically load html5 video playing in the background. Free to download from Github. Modern Browser Support.",
"main": "index.js",
"scripts": {
"dev": "bundle exec jekyll serve --watch --trace",
"devhost": "bundle exec jekyll serve --watch --host=0.0.0.0 --trace",
"hotreload": "bundle exec jekyll serve --livereload --host=0.0.0.0 --trace",
"build": "bundle exec jekyll build --trace"
},
"repository": {
"type": "git",
"url": "https://github.com/sricharankrishnan/jquery-tape-plugin"
},
"keywords": [
"html5 background video",
"html5 video background",
"html5 background video javascript",
"jquery html5 video play",
"html5 video javascript",
"html5 video jquery",
"jquery plugin html5 background video",
"html5 background video jquery plugin"
],
"author": "Sricharan Krishnan | https://github.com/sricharankrishnan/ | sricharan.krishnan@gmail.com"
}