mirror of
https://github.com/davatron5000/FitVids.js.git
synced 2026-03-01 18:23:36 +01:00
30 lines
536 B
JSON
30 lines
536 B
JSON
{
|
|
"name": "fitvids",
|
|
"version": "1.1.0",
|
|
"main": "./jquery.fitvids.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"components",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.7.0"
|
|
},
|
|
"homepage": "https://github.com/davatron5000/FitVids.js",
|
|
"authors": [
|
|
"Dave Rupert <rupato@gmail.com>"
|
|
],
|
|
"description": "FitVids makes video embeds responsive",
|
|
"keywords": [
|
|
"FitVids",
|
|
"Responsive",
|
|
"RWD",
|
|
"YouTube",
|
|
"Vimeo"
|
|
],
|
|
"license": "WTFPL"
|
|
}
|