forked from logisticinfotech/react-native-music-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1011 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
35
36
37
38
{
"name": "@logisticinfotech/react-native-music-picker",
"version": "1.0.0",
"description": "React Native music picker library for android and ios",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:logisticinfotech/react-native-music-picker.git"
},
"keywords": [
"React Native",
"React",
"Music",
"Picker",
"Music Picker",
"Music Multi Select",
"Music Select"
],
"author": "Shubham Vala, Darshan Dixit",
"license": "MIT",
"bugs": {
"url": "https://github.com/logisticinfotech/react-native-music-picker/issues"
},
"homepage": "https://github.com/logisticinfotech/react-native-music-picker#readme",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"devDependencies": {
"@types/react": "^16.8.13",
"typescript": "^3.4.3"
}
}