-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 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
{
"name": "react-native-media-kit",
"version": "1.0.1",
"description": "Video and Audio component for react-native apps, supporting both iOS and Android.",
"main": "library/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/coderliux/react-native-media-kit.git"
},
"keywords": [
"video",
"audio",
"media",
"react-native"
],
"bugs": {
"url": "https://github.com/ldn0x7dc/react-native-media-kit/issues"
},
"homepage": "https://github.com/ldn0x7dc/react-native-media-kit#readme",
"dependencies": {
"react-native-slider": "0.9.1",
"react-native-vector-icons": "^4.1.1"
}
}