-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.58 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.58 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "simple-calendar-js",
"version": "3.0.13",
"description": "A clean, modern, and feature-rich JavaScript calendar component with zero dependencies. Responsive design and intuitive navigation.",
"main": "dist/simple-calendar-js.min.js",
"style": "dist/simple-calendar-js.min.css",
"files": [
"dist/",
"frameworks/",
"LICENSE",
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"calendar",
"javascript",
"vanilla-js",
"zero-dependencies",
"no-jquery",
"responsive",
"events",
"scheduler",
"datepicker",
"date-picker",
"range-picker",
"month-view",
"week-view",
"day-view",
"list-view",
"dark-mode",
"ui-component",
"framework-agnostic",
"react",
"vue",
"angular"
],
"author": "Pedro Lopes <simplecalendarjs@gmail.com> (https://www.simplecalendarjs.com)",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/pclslopes/SimpleCalendarJs.git"
},
"bugs": {
"url": "https://github.com/pclslopes/SimpleCalendarJs/issues",
"email": "simplecalendarjs@gmail.com"
},
"homepage": "https://www.simplecalendarjs.com",
"devDependencies": {
"clean-css": "^5.3.3",
"terser": "^5.44.0"
},
"browserslist": [
"defaults",
"not IE 11",
"not op_mini all"
],
"funding": {
"type": "individual",
"url": "https://www.simplecalendarjs.com"
}
}