-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
44
45
46
47
48
49
50
51
{
"name": "react-h5-video",
"version": "1.0.2",
"description": "html5 video component for react.js app",
"main": "index.js",
"devDependencies": {
"babel": "^5.5.4",
"babel-eslint": "^3.1.14",
"babel-runtime": "^5.5.5",
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"minimist": "^1.1.3",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eisneim/react-html5-video.git"
},
"keywords": [
"react",
"html5",
"video",
"video",
"player"
],
"author": "eisneim",
"license": "ISC",
"bugs": {
"url": "https://github.com/eisneim/react-html5-video/issues"
},
"homepage": "https://github.com/eisneim/react-html5-video#readme"
}