forked from Zod-/jsVideoUrlParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 823 Bytes
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
28
29
30
31
32
33
34
35
{
"name": "videoUrlParser",
"version": "0.1.3",
"description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/Zod-/jsVideoUrlParser.git"
},
"keywords": [
"parser",
"YouTube",
"Vimeo",
"Dailymotion",
"Twitch"
],
"author": {
"name": "Julian Hangstörfer",
"email": "jhangstoerfer@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Zod-/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"
}
}