angular-video
Version:
A directive that takes in a vimeo or a youtube url and converts it into an embedded friendly url and the displays it.
30 lines (29 loc) • 587 B
JSON
{
"name": "anguvideo",
"version": "0.0.2",
"main": "js/anguvideo.js",
"dependencies": {
"angular": "~1.2.16"
},
"keywords": [
"video",
"angularjs",
"embedded",
"directive",
"youtube",
"vimeo"
],
"homepage": "https://github.com/andoulla/angular-video",
"authors": [
"m.a.s"
],
"description": "A directive that takes in a vimeo or a youtube url and converts it into an embedded friendly url and the displays it.",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}