-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
56 lines (55 loc) · 1.2 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
{
"name": "react-native-audio-video-tools",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "React-native library that allows performing some advanced operation on audios and videos",
"main": "index.js",
"types": "./index.d.ts",
"repository": "https://github.com/PatrissolJuns/react-native-audio-video-tools.git",
"author": "Patrissol Kenfack",
"license": "MIT",
"private": false,
"keywords": [
"react-native",
"react",
"native",
"mobile",
"android",
"ios",
"audio",
"video",
"images",
"tools",
"ffmpeg",
"compression",
"video conversion",
"merging",
"trimming",
"extraction",
"convesion",
"media"
],
"bugs": {
"url": "https://github.com/PatrissolJuns/react-native-audio-video-tools/issues"
},
"homepage": "https://github.com/PatrissolJuns/react-native-audio-video-tools#readme",
"dependencies": {
"react-native-ffmpeg": "^0.4.4"
},
"peerDependencies": {
"react-native": "^0.41.2"
},
"files": [
"android",
"ios",
"src",
"index.d.ts",
"index.js",
"LICENSE.txt",
"package.json",
"README.md",
"yarn.lock"
]
}