-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
{
"name": "zjs-react-video",
"version": "1.0.6",
"description": "React component with the feature of save clips.",
"main": "lib/ZjsReactVideo.js",
"author": "Jose Santacruz",
"homepage": "https://github.com/zerocooljs/react-zjs-video-component",
"repository": {
"type": "git",
"url": "https://github.com/zerocooljs/react-zjs-video-component.git"
},
"bugs": {
"url": "https://github.com/zerocooljs/react-zjs-video-component/issues"
},
"dependencies": {
"classnames": "^2.1.2",
"inputmask-core": "^2.1.1",
"material-ui": "^0.14.4",
"moment": "^2.11.2",
"moment-duration-format": "^1.3.0",
"react-hotkeys": "^0.7.1",
"react-localstorage": "^0.2.9",
"react-tagsinput": "^3.3.0",
"react-tap-event-plugin": "^0.2.2",
"shortid": "^2.2.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"gulp": "^3.9.0",
"react": "^0.14.0",
"react-component-gulp-tasks": "^0.7.6",
"react-dom": "^0.14.0"
},
"peerDependencies": {
"react": "^0.14.0"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"examples": "gulp dev:server",
"lint": "eslint ./; true",
"publish:site": "NODE_ENV=production gulp publish:examples",
"release": "NODE_ENV=production gulp release",
"start": "gulp start",
"test": "echo \"no tests yet\" && exit 0",
"watch": "gulp watch:lib"
},
"keywords": [
"react",
"react-component"
]
}