forked from cinder92/react-native-get-music-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.91 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"_args": [
[
"F:\\Git_2_Main_Projects\\AhangifyReactNative\\AhangifyReactNative"
]
],
"_from": "git+https://github.com/Drazail/react-native-get-music-files.git#development",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-get-music-files",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "react-native-get-music-files@git+https://github.com/Drazail/react-native-get-music-files.git#development",
"name": "react-native-get-music-files",
"escapedName": "react-native-get-music-files",
"rawSpec": "git+https://github.com/Drazail/react-native-get-music-files.git#development",
"saveSpec": "git+https://github.com/Drazail/react-native-get-music-files.git#development",
"fetchSpec": "https://github.com/Drazail/react-native-get-music-files.git",
"gitCommittish": "development"
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/Drazail/react-native-get-music-files.git#c884adb0619e240443264d4c650308eaf0830f11",
"_spec": "react-native-get-music-files@git+https://github.com/Drazail/react-native-get-music-files.git#development",
"_where": "F:\\GitRepos\\react-native-get-music-files\\react-native-get-music-files\\example",
"author": {
"name": "Dante Cervantes"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React Native package to get music files from local and sd for iOS and Android ",
"keywords": [
"react-native",
"music",
"files",
"metadata",
"ios",
"android",
"react",
"native"
],
"license": "IST",
"main": "index.js",
"name": "react-native-get-music-files",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.1.0"
}