-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 989 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
41
42
{
"name": "videojs-react",
"version": "0.1.7",
"description": "React Component for video.js",
"main": "lib/video.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattotodd/videojs-react.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"keywords": [
"video.js",
"react"
],
"author": "mattotodd",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattotodd/videojs-react/issues"
},
"homepage": "https://github.com/mattotodd/videojs-react#readme",
"dependencies": {
"classnames": "^2.2.0",
"lodash": "^3.10.1",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"video.js": "^5.0.2"
},
"devDependencies": {
"babel-core": "^6.1.19",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"webpack-stream": "^2.1.1"
}
}