forked from MRCollective/ChameleonForms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChameleonForms.TwitterBootstrap3.nuspec
42 lines (42 loc) · 1.54 KB
/
ChameleonForms.TwitterBootstrap3.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
<?xml version='1.0' encoding='UTF-8'?>
<package>
<metadata>
<id>
ChameleonForms.TwitterBootstrap3
</id>
<version>
1.0.0.1
</version>
<authors>
Robert Moore, Matthew Davies
</authors>
<description>
This is a helper package for ChameleonForms which automatically sets up the Twitter Bootstrap template and includes the necessary dependencies.
</description>
<projectUrl>
https://github.com/MRCollective/ChameleonForms
</projectUrl>
<licenseUrl>
https://github.com/MRCollective/ChameleonForms/blob/master/LICENSE
</licenseUrl>
<iconUrl>
https://raw.github.com/MRCollective/ChameleonForms/master/logo.png
</iconUrl>
<tags>
asp.net, mvc, forms, html, template
</tags>
<language>
en-US
</language>
<dependencies>
<dependency id="ChameleonForms" version="1.0" />
<dependency id="bootstrap" version="3.3.5" />
<dependency id="Microsoft.AspNet.Web.Optimization" version="1.1.3" />
</dependencies>
</metadata>
<files>
<file src="AppStart.TwitterBootstrap.cs.pp" target="content\App_Start\ConfigureChameleonTwitterBootstrap.cs.pp" />
<file src="ChameleonForms.Example\Scripts\jquery.validate.unobtrusive.twitterbootstrap.js" target="content\Scripts\jquery.validate.unobtrusive.twitterbootstrap.js" />
<file src="ChameleonForms.Example\Content\chameleonforms-twitterbootstrap.css" target="content\Content\chameleonforms-twitterbootstrap.css" />
</files>
</package>