-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 959 Bytes
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": "react-youtube-modal",
"version": "1.1.1",
"description": "A simple modal which opens with a youtube video. Modal closes on video finish.",
"main": "lib/index.js",
"scripts": {
"build": "webpack -p --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/michaeljholmes/react-youtube-modal"
},
"author": "Michael Holmes",
"bugs": {
"url": "https://github.com/michaeljholmes/react-youtube-modal"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.0",
"node-sass": "^3.13.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^15.0.0"
},
"dependencies": {
"youtube-player": "^5.4.0"
}
}