forked from abdelmagied94/react-native-audio-recorder
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 785 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 785 Bytes
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
{
"name": "react-native-audio-new-recorder",
"version": "4.3.6",
"description": "React Native extension for recording audio",
"main": "index.js",
"author": "Joshua Sierles <joshua@diluvia.net> (https://github.com/jsierles)",
"files": [
"index.js",
"android/*",
"ios/*",
"RNAudio.podspec",
"README.md",
"LICENSE"
],
"keywords": [
"react-native",
"audio",
"record"
],
"repository": {
"type": "git",
"url": "git@github.com:abdelmagied94/react-native-audio-recorder.git"
},
"peerDependencies": {
"react": "^16.8.6",
"react-native": ">=0.60.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^1.1.0",
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.20.2"
},
"nativePackage": true
}