-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.39 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
{
"name": "@hackingbeautyllc/react-mic-plus",
"version": "3.5.6",
"description": "React-Mic with cross-browser WAV file format support.",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"keywords": [
"react",
"react-component",
"microphone",
"MediaRecorder",
"volume meter"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && npm clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server",
"deploy": "nwb build-react-component && gh-pages -d demo/dist"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"material-ui": "^0.19.2",
"nwb": "^0.23.0",
"nwb-sass": "^0.9.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"author": "Mark Muskardin",
"homepage": "https://hackingbeauty.github.io/react-mic",
"repository": {
"type": "git",
"url": "git+https://github.com/hackingbeauty/react-mic.git"
},
"dependencies": {
"gh-pages": "^2.0.1",
"prop-types": "^15.5.10",
"react-ga": "^2.2.0"
},
"bugs": {
"url": "https://github.com/hackingbeauty/react-mic/issues"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"license": "SEE LICENCE IN license.txt"
}