-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
30
31
32
33
34
{
"name": "@pkhien/react-native-apple-music",
"title": "React Native Apple Music",
"version": "1.0.2",
"description": "React Native library to support working with Apple Music",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pkhien95/react-native-apple-music.git",
"baseUrl": "https://github.com/pkhien95/react-native-apple-music"
},
"keywords": [
"react-native"
],
"author": {
"name": "Hien Phung",
"email": "pkhien95@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
},
"publishConfig": {
"access": "public"
}
}