-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 766 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 766 Bytes
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
{
"name": "sheetsu-web-client",
"version": "1.0.0",
"description": "Google Spreadsheets as a website database. Store, edit and analyse data even with no knowledge of SQL. With few lines of code you can read and write data to Google Spreadsheets.",
"main": "build/sheetsu-web-client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sheetsu/sheetsu-web-client.git"
},
"keywords": [
"sheetsu",
"google",
"spreadsheet",
"drive"
],
"author": "Michael Oblak",
"license": "MIT",
"bugs": {
"url": "https://github.com/sheetsu/sheetsu-web-client/issues"
},
"homepage": "https://github.com/sheetsu/sheetsu-web-client#readme"
}