forked from urish/angular-moment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
angular-moment.nuspec
24 lines (24 loc) · 1.09 KB
/
angular-moment.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>angular-moment</id>
<version>1.0.0-beta6</version>
<title>Angular Moment</title>
<authors>urish</authors>
<projectUrl>https://github.com/urish/angular-moment</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Moment.JS directives for AngularJS (timeago and more)</description>
<summary>Moment.JS directives for AngularJS (timeago and more).</summary>
<releaseNotes />
<copyright />
<dependencies>
<dependency id="Moment.js" version="2.12.0" />
</dependencies>
<tags>AngularJS MomentJS Moment</tags>
</metadata>
<files>
<file src="angular-moment.js" target="content\Scripts\angular-moment.js" />
<file src="angular-moment.min.js" target="content\Scripts\angular-moment.min.js" />
<file src="angular-moment.min.js.map" target="content\Scripts\angular-moment.min.js.map" />
</files>
</package>