-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 919 Bytes
/
package.json
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
36
37
38
39
40
{
"name": "video-url-inspector",
"version": "1.1.0",
"description": "Everything you can know about a video URL - like provider, id, embed code or iframe source",
"main": "index.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"chai": "^1.9.2",
"gulp": "^3.8.8",
"gulp-mocha": "^1.1.1",
"gulp-browserify": "^0.5.0",
"gulp-rename": "^1.2.0",
"uglifyify": "^2.5.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/bdadam/video-url-inspector.git"
},
"keywords": [
"video",
"url",
"embed",
"youtube",
"vimeo",
"dailymotion",
"inspector",
"cloud"
],
"author": "Adam Beres-Deak <me@bdadam.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bdadam/video-url-inspector/issues"
},
"homepage": "https://github.com/bdadam/video-url-inspector"
}