-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 849 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
{
"name": "gatsby-source-google-calendar",
"version": "1.1.4",
"description": "A Gatsby plugin to source events from a Google Calendar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build script setup\""
},
"keywords": [
"gatsby",
"gatsby-plugin",
"google calendar"
],
"author": "Marten Sigwart <[email protected]>",
"license": "MIT",
"dependencies": {
"dotenv": "^10.0.0",
"googleapis": "^89.0.0",
"moment-timezone": "^0.5.32"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msigwart/gatsby-source-google-calendar.git"
},
"bugs": {
"url": "https://github.com/msigwart/gatsby-source-google-calendar/issues"
},
"homepage": "https://github.com/msigwart/gatsby-source-google-calendar#readme"
}