-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 836 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
{
"name": "react-multimedia-capture",
"version": "1.2.4",
"description": "react-multimedia-capture is Multimedia capturing module via React, using HTML5 MediaDevice and MediaRecorder API",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/rico345100/react-multimedia-capture"
},
"keywords": [
".modernator",
"react",
"media",
"capture",
"device",
"record",
"video",
"audio"
],
"author": ".modernator",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0"
},
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^16.0.0"
}
}