-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 889 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
{
"name": "videothumbhtml5",
"version": "1.0.3",
"description": "This npm create a thumb client side from a video (mp4/wbm/DASH) all in html5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/babel -o dist/index.js src/index.es6"
},
"author": "Iragne",
"license": "MIT",
"dependencies": {
"videojs-contrib-dash": "1.1.1",
"videojs": "4.12.15",
"babel": "5.8.23"
},
"directories": {
"example": "example"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Iragne/videoThumbHtml5.git"
},
"keywords": [
"video",
"thumbnail",
"thumb",
"html",
"client"
],
"bugs": {
"url": "https://github.com/Iragne/videoThumbHtml5/issues"
},
"homepage": "https://github.com/Iragne/videoThumbHtml5#readme"
}