-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 961 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
{
"name": "react-native-google-sheet",
"version": "0.0.5",
"description": "A <GoogleSheet /> component for react-native to access Google Sheets API which gives you full control over the content and appearence of your spreadsheet data.",
"repository": {
"type": "git",
"url": "git://github.com/subhendukundu/react-native-google-sheet.git"
},
"keywords": [
"google spreadsheets",
"google",
"gdata",
"sheet",
"google-sheet",
"react-native",
"spreadsheets",
"sheetapi",
"react-native-sheet",
"google-spreadsheet",
"google-spread-sheet",
"google-api",
"sheet-api",
"api",
"google-sheet-api"
],
"homepage": "https://github.com/subhendukundu/react-native-google-sheet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Subhendu Kundu",
"license": "MIT",
"dependencies": {
"react-native-webview": "^5.12.1"
}
}