js-video-url-parser-arts
Version:
A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls
42 lines (41 loc) • 927 B
JSON
{
"name": "js-video-url-parser-arts",
"version": "0.2.0",
"description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
"main": "dist/jsVideoUrlParser.js",
"repository": {
"type": "git",
"url": "https://github.com/malizhev/jsVideoUrlParser.git"
},
"keywords": [
"parser",
"YouTube",
"Vimeo",
"Dailymotion",
"Coub"
],
"author": {
"name": "Julian Hangstörfer",
"email": "jhangstoerfer@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/malizhev/jsVideoUrlParser/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.8.0"
},
"scripts": {
"test": "grunt test"
},
"files": [
"dist/",
"tests/",
"README.md",
"LICENSE"
]
}