forked from olton/metroui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetro-ui-css-2.0.1.nuspec
26 lines (26 loc) · 1.13 KB
/
metro-ui-css-2.0.1.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Metro.UI.CSS</id>
<version>2.0.1</version>
<title>Metro UI CSS 2.0</title>
<authors>Sergey Pimenov</authors>
<owners>Sergey Pimenov</owners>
<licenseUrl>https://github.com/olton/Metro-UI-CSS/blob/master/LICENSE</licenseUrl>
<projectUrl>http://metroui.org.ua/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Metro UI CSS a set of styles to create a site with an interface similar to Windows 8</description>
<releaseNotes>Limitation: without responsive module and tile drag feature</releaseNotes>
<language>en-US</language>
<copyright>Copyright 2012-2013, Sergey Pimenov</copyright>
<tags>Windows Metro UI CSS Framework</tags>
</metadata>
<files>
<file src="less\*.less" target="less" />
<file src="docs\css\metro-bootstrap.css" target="css" />
<file src="docs\css\metro-bootstrap-responsive.css" target="css" />
<file src="docs\js\jquery\*.js" target="js\jquery" />
<file src="docs\js\metro\*.js" target="js\metro" />
<file src="docs\fonts\*.*" target="fonts" />
</files>
</package>