-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathHotTowel.Angular.Breeze.2.3.1.nuspec
38 lines (34 loc) · 2.24 KB
/
HotTowel.Angular.Breeze.2.3.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
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>HotTowel.Angular.Breeze</id>
<version>2.3.1</version>
<title>HotTowel.Angular.Breeze</title>
<authors>John Papa</authors>
<owners>John Papa</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>https://github.com/johnpapa/HotTowel-Angular</projectUrl>
<iconUrl>http://www.johnpapa.net/wp-content/images/towelicon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Want to build a SPA but can't decide where to start? Use Hot Towel and in seconds you'll have a SPA and all the tools you need to build on it!
Hot Towel Angular creates a great starting point for building a SPA using Angular for data bindings, navigation and UI, and Breeze for data management.
Hot Towel Angular also adds pop-up toasts with Toastr, date formatting with Moment, and styling with Twitter Bootstrap.
Hot Towel: Because you don't want to go to the SPA without one!
* Hot Towel Angular is shown in the "Building Apps with Angular and Breeze" course at http://jpapa.me/spangz</description>
<summary>Add-on for HotTowel.Angular template that adds Breeze for rich data and ASP.NET Web API 2.</summary>
<copyright>Copyright © 2014 John Papa</copyright>
<language>en-US</language>
<tags>spa jquery angular toastr javascript moment fontawesome breeze webapi</tags>
<dependencies>
<dependency id="Breeze.Server.WebApi2" version="[1.4.17, ]" />
<dependency id="HotTowel.Angular" version="[2.3.1, ]" />
<dependency id="Breeze.Angular" version="[0.8.7, ]" />
</dependencies>
</metadata>
<files>
<file src="content\app\services\entityManagerFactory.js" target="content\app\services\entityManagerFactory.js" />
<file src="content\scripts\breeze.saveErrorExtensions.js" target="content\scripts\breeze.saveErrorExtensions.js" />
<file src="content\scripts\breeze.to$q.shim.js" target="content\scripts\breeze.to$q.shim.js" />
<file src="tools\install.ps1" target="tools\install.ps1" />
</files>
</package>