forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
summernote.nuspec
38 lines (37 loc) · 1.17 KB
/
summernote.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
<?xml version="1.0"?>
<package >
<metadata>
<id>summernote</id>
<version>$version$</version>
<authors>summernote</authors>
<owners>summernote</owners>
<licenseUrl>https://github.com/summernote/summernote#license</licenseUrl>
<projectUrl>https://github.com/summernote/summernote</projectUrl>
<iconUrl>http://summernote.org/img/icons/icon_ios_120x120.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>
Super Simple WYSIWYG Editor on Bootstrap
</summary>
<description>
<![CDATA[
Super Simple WYSIWYG Editor on Bootstrap
]]>
</description>
<releaseNotes>
<![CDATA[
Bug fix
* Added fonts on meteor package.
]]>
</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>summernote, Bootstrap, jQuery, editor, WYSIWYG</tags>
<dependencies>
<dependency id="Twitter.Bootstrap" version="3.0.1" />
</dependencies>
</metadata>
<files>
<file src="dist\**\*.css" target="content\Content" />
<file src="dist\font\*.*" target="content\Content\fonts" />
<file src="dist\**\*.js" target="content\Scripts" />
</files>
</package>