forked from dylancom/react-native-itunes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 759 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-iosmediaplayer",
"version": "0.6.5",
"description": "Implementation of MPMusicPlayerController in React Native",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/kr4xkan/react-native-iosmediaplayer.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"itunes",
"apple",
"music",
"apple music"
],
"author": "Hugo Baptista <kr4xkan@gmail.com> (https://kr4x.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kr4xkan/react-native-iosmediaplayer/issues"
},
"homepage": "https://github.com/kr4xkan/react-native-iosmediaplayer#readme",
"peerDependencies": {
"react-native": ">=0.60"
}
}