Files
FitVids.js-mirror/bower.json
Daniel Boulet 73b1628003 Change package name in bower.json.
Change package name in bower.json to match registered package name.
2014-05-28 19:26:37 -05:00

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"
}