forked from ronik-design/react-drive-in
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.58 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.58 KB
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
{
"name": "react-drive-in",
"version": "1.3.1",
"description": "React component supporting background videos and playlists.",
"main": "dist/react-drive-in.js",
"scripts": {
"run": "gulp default"
},
"repository": {
"type": "git",
"url": "https://github.com/ronik-design/react-drive-in.git"
},
"keywords": [
"react",
"component",
"video",
"bigvideo",
"background",
"slideshow",
"playlist",
"react-component"
],
"peerDependencies": {
"react": ">=0.12.0"
},
"devDependencies": {
"browser-sync": "^1.5.2",
"drive-in": "^1.3.0",
"gulp": "^3.8.6",
"gulp-gh-pages": "^0.4.0",
"gulp-header": "^1.2.1",
"gulp-less": "^2.0.1",
"gulp-minify-css": "^0.3.12",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.10",
"gulp-util": "^3.0.1",
"jest-cli": "^0.1.18",
"jsx-loader": "^0.11.2",
"less-plugin-autoprefix": "^1.3.0",
"lodash": "^2.4.1",
"react-tools": "^0.11.2",
"webpack": "^1.4.4",
"yargs": "^1.3.2"
},
"author": {
"name": "Ronik Design",
"email": "contact@ronikdesign.com",
"url": "http://www.ronikdesign.com"
},
"licenses": [
{
"type": "ISC",
"url": "http://github.com/ronik-design/react-drive-in/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/ronik-design/react-drive-in/issues"
},
"homepage": "https://github.com/ronik-design/react-drive-in",
"dependencies": {
"gulp": "^3.8.11",
"inherits": "^2.0.1",
"jvent": "^0.2.0"
},
"browser": {
"inherits": "./node_modules/inherits/inherits_browser.js"
}
}