mini-sheets
Version:
Minified and simplified Google Sheets
35 lines (34 loc) • 781 B
JSON
{
"name": "mini-sheets",
"version": "2.0.3",
"description": "Minified and simplified Google Sheets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Google",
"Sheets",
"Spreadsheets",
"CSV",
"Drive",
"json",
"oauth",
"authentication",
"worksheet"
],
"author": "Wilson Nguyen",
"license": "MIT",
"dependencies": {
"googleapis": "^44.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/PotatoParser/Mini-Sheets.git"
},
"bugs": {
"url": "https://github.com/PotatoParser/Mini-Sheets/issues"
},
"homepage": "https://github.com/PotatoParser/Mini-Sheets#readme"
}