forked from ChineseCubes/react-vtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
41
42
43
{
"name": "react-vtt",
"version": "0.2.3",
"description": "A React component for displaying WebVTT tracks.",
"main": "dest/ReactVTT.js",
"keywords": [
"react-component",
"webvtt",
"subtitle",
"karaoke"
],
"scripts": {
"start": "gulp",
"prepublish": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "caasi Huang <[email protected]>",
"license": "MIT",
"devDependencies": {
"LiveScript": "^1.3.1",
"bower": "^1.3.8",
"gulp": "^3.7.0",
"gulp-concat": "^2.1.7",
"gulp-connect": "^2.0.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "0.0.2",
"gulp-jade": "^0.4.2",
"gulp-livescript": "^0.2.1",
"gulp-stylus": "^1.3.3",
"gulp-util": "^2.2.20",
"gulp-webpack": "^0.4.1",
"main-bower-files": "^1.0.2",
"nib": "^1.0.2",
"streamqueue": "^0.1.1"
},
"dependencies": {
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"vtt.js": "^0.13.0"
}
}