forked from benevbright/react-native-sound-playerview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (28 loc) · 764 Bytes
/
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
{
"name": "react-native-sound-playerview",
"version": "1.0.0",
"description": "audio player view using with react-native-sound and react-navigation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benevbright/react-native-sound-playerview.git"
},
"keywords": [
"react-native",
"audio player",
"player",
"sound",
"audio"
],
"author": "Bright Lee <[email protected]>",
"license": "MIT",
"dependencies": {
},
"bugs": {
"url": "https://github.com/benevbright/react-native-sound-playerview/issues"
},
"homepage": "https://github.com/benevbright/react-native-sound-playerview#readme"
}