forked from add2cal/add-to-calendar-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "add-to-calendar-button",
"version": "1.1.6",
"description": "A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.",
"main": "npm_dist/atcb_npm.js",
"types": "index.d.ts",
"style": "assets/css/atcb.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jekuer/add-to-calendar-button.git"
},
"keywords": [
"button",
"microsoft",
"light",
"open-source",
"apple",
"google",
"generator",
"component",
"simple",
"vanilla-js",
"free",
"snippet",
"outlook",
"easy",
"vanillajs",
"add-to-calendar",
"addevent",
"add-to-calendar-button",
"calendar"
],
"author": {
"name": "Jens Kuerschner",
"url": "https://jenskuerschner.de/"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jekuer/add-to-calendar-button/issues"
},
"homepage": "https://github.com/jekuer/add-to-calendar-button"
}