-
Notifications
You must be signed in to change notification settings - Fork 11
/
icheck-material.nuspec
27 lines (27 loc) · 1.18 KB
/
icheck-material.nuspec
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
<?xml version="1.0"?>
<package >
<metadata>
<id>icheck-material</id>
<version>1.0.1</version>
<title>icheck-material</title>
<authors>Hovhannes Bantikyan</authors>
<owners>bantikyan</owners>
<license type="file">LICENSE.md</license>
<projectUrl>https://github.com/bantikyan/icheck-material</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pure css material checkboxes and radio buttons.</description>
<copyright>Copyright 2019</copyright>
<tags>checkbox radio material pure css</tags>
</metadata>
<files>
<file src="_icheck-material-base.scss" target="Content\Content" />
<file src="_icheck-material-theme.scss" target="Content\Content" />
<file src="icheck-material.css" target="Content\Content" />
<file src="icheck-material.min.css" target="Content\Content" />
<file src="icheck-material.scss" target="Content\Content" />
<file src="icheck-material-custom.css" target="Content\Content" />
<file src="icheck-material-custom.min.css" target="Content\Content" />
<file src="icheck-material-custom.scss" target="Content\Content" />
<file src="LICENSE.md" target="" />
</files>
</package>