-
Notifications
You must be signed in to change notification settings - Fork 33
/
SassAndCoffee.nuspec
29 lines (27 loc) · 1.32 KB
/
SassAndCoffee.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
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SassAndCoffee</id>
<version>2.1.1</version>
<title>SassAndCoffee</title>
<authors>Paul Betts, Steven Robbins, Ken Browning, Roman Kvasov, Nicholas Sivo</authors>
<owners>Paul Betts</owners>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
<projectUrl>https://github.com/xpaulbettsx/SassAndCoffee</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
SassAndCoffee is a package that adds SCSS/Sass and CoffeeScript compilation support to ASP.NET,
as well as minification support via UglifyJS.
</description>
<copyright>Copyright 2011 Paul Betts</copyright>
<!--<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>-->
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<!--<tags>Tag1 Tag2</tags>-->
<dependencies>
<dependency id="SassAndCoffee.AspNet" version="2.1.1" />
</dependencies>
</metadata>
<files></files>
</package>