forked from RobinBobin/react-native-google-drive-api-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 793 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
{
"name": "react-native-google-drive-api-wrapper",
"version": "1.2.0",
"description": "This wrapper facilitates the use of the google drive api.",
"main": "GDrive.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-fs": "latest",
"simple-common-utils": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobinBobin/react-native-google-drive-api-wrapper.git"
},
"keywords": [
"google drive api"
],
"author": "Ruben Shalimov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobinBobin/react-native-google-drive-api-wrapper/issues"
},
"homepage": "https://github.com/RobinBobin/react-native-google-drive-api-wrapper#readme"
}