-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathcalendar.js.nuspec
More file actions
18 lines (18 loc) · 1.14 KB
/
calendar.js.nuspec
File metadata and controls
18 lines (18 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jCalendar.js</id>
<version>2.12.6</version>
<description>A javascript drag and drop event calendar, that is fully responsive and compatible with all modern browsers.</description>
<authors>William Troup</authors>
<projectUrl>https://calendar-js.com/</projectUrl>
<repository type="git" url="https://github.com/williamtroup/Calendar.js" branch="main" />
<readme>README_NUGET.md</readme>
<license type="expression">MIT</license>
<tags>william troup, bunoon, calendar.js, javascript calendar, css calendar, scss calendar, html calendar, responsive calendar, calendar api, datepicker widget, event calendar, task calendar, day view, week view, month view, year view, timeline calendar, javascript scheduler, calendar widget, javascript datepicker, calendar component</tags>
<icon>docs\images\icon.png</icon>
</metadata>
<files>
<file src="**" target="/" exclude=".git\**;.github\**;.vscode\**;**.DS_Store**;**.gitignore**;**.nupkg**" />
</files>
</package>