-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
70 lines (70 loc) · 1.53 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-video",
"version": "1.5.3",
"description": "React component to load video from Vimeo or Youtube across any device",
"author": {
"name": "Pedro Nauck",
"email": "[email protected]",
"url": "https://github.com/pedronauck"
},
"bugs": {
"url": "https://github.com/pedronauck/react-video/issues"
},
"homepage": "https://github.com/pedronauck/react-video",
"license": "MIT",
"main": "dist/react-video.js",
"repository": {
"type": "git",
"url": "git://github.com/pedronauck/react-video"
},
"keywords": [
"react",
"react-component",
"react-video",
"video",
"youtube",
"video",
"player"
],
"scripts": {
"bundle": "gulp bundle",
"start": "gulp",
"test": "jest"
},
"jest": {
"scriptPreprocessor": "./utils/jsx-preprocessor.js",
"unmockedModulePathPatterns": [
"./node_modules/react"
],
"testFileExtensions": [
"js",
"jsx"
],
"moduleFileExtensions": [
"js",
"jsx",
"json"
]
},
"peerDependencies": {
"react": ">=0.12.2"
},
"devDependencies": {
"browser-sync": "^1.5.2",
"gulp": "^3.8.6",
"gulp-gh-pages": "^0.4.0",
"gulp-header": "^1.2.1",
"gulp-minify-css": "^0.3.11",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.10",
"gulp-stylus": "^1.3.3",
"gulp-util": "^3.0.1",
"jest-cli": "^0.1.18",
"jsx-loader": "^0.12.2",
"lodash": "^2.4.1",
"nib": "^1.0.4",
"react-tools": "^0.12.2",
"webpack": "^1.4.4",
"yargs": "^1.3.2"
}
}