forked from MisterAlex95/react-native-record-sound
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 704 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 704 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
{
"name": "react-native-record-sound",
"version": "1.2.6",
"description": "record sound in mp4 from react native for IOS and Android",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"record"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MisterAlex95/react-native-record-sound.git"
},
"author": "MisterAlex95 <alex.dana@epitech.eu>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MisterAlex95/react-native-record-sound/issues"
},
"homepage": "https://github.com/MisterAlex95/react-native-record-sound#readme"
}