-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 loc) · 841 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
{
"name": "gridsome-source-google-sheets",
"author": {
"name": "Spencer Wallace",
"email": "[email protected]"
},
"version": "0.4.0",
"description": "Gridsome source plugin for google sheets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/spenwall/gridsome-source-google-sheets.git"
},
"bugs": {
"url": "https://github.com/spenwall/gridsome-source-google-sheets/issues"
},
"homepage": "https://github.com/spenwall/gridsome-source-google-sheets.git",
"license": "MIT",
"keywords": [
"gridsome",
"gridsome-plugin",
"gridsome-source",
"google-sheets"
],
"dependencies": {
"googleapis": "^40.0.0"
},
"devDependencies": {
"prettier": "^1.17.1"
}
}