-
Notifications
You must be signed in to change notification settings - Fork 5.5k
/
package.nuspec
48 lines (38 loc) · 2.1 KB
/
package.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>foundation-sites</id>
<version>6.9.0</version>
<title>Foundation for Sites</title>
<authors>Yetinauts</authors>
<description>The most advanced responsive front-end framework in the world.</description>
<tags>css scss sass js responsive mobile-first framework</tags>
<projectUrl>https://get.foundation/sites</projectUrl>
<iconUrl>https://get.foundation/assets/img/icons/foundation-favicon.ico</iconUrl>
<releaseNotes>https://github.com/foundation/foundation-sites/releases/tag/v6.7.5</releaseNotes>
<licenseUrl>https://github.com/foundation/foundation-sites/blob/develop/LICENSE</licenseUrl>
<copyright>Copyright 2017-2022</copyright>
<repository type="git" url="https://github.com/foundation/foundation-sites"/>
<dependencies>
<dependency id="jQuery" version="3.7.0"/>
<dependency id="what-input" version="*"/>
<dependency id="motion-ui" version="2.0.5"/>
</dependencies>
</metadata>
<files>
<file src="README.md" />
<file src="LICENSE" />
<file src="dist\css\**\*.css" target="content\Content" />
<file src="dist\css\**\*.css.map" target="content\Content" />
<file src="dist\js\**\*.js" target="content\Scripts" />
<file src="dist\js\**\*.js.map" target="content\Scripts" />
<file src="scss\**\*.scss" target="content\Content\foundation-sites" />
<file src="_vendor\**\*.scss" target="content\Content\_vendor" />
<file src="dist\css\**\*.css" target="contentFiles\Content" />
<file src="dist\css\**\*.css.map" target="contentFiles\Content" />
<file src="dist\js\**\*.js" target="contentFiles\Scripts" />
<file src="dist\js\**\*.js.map" target="contentFiles\Scripts" />
<file src="scss\**\*.scss" target="contentFiles\Content\foundation-sites" />
<file src="_vendor\**\*.scss" target="contentFiles\Content\_vendor" />
</files>
</package>