angular-moment.nuspec 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>angular-moment</id>
  5. <version>0.9.0</version>
  6. <title>Angular Moment</title>
  7. <authors>urish</authors>
  8. <projectUrl>https://github.com/urish/angular-moment</projectUrl>
  9. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  10. <description>Moment.JS directives for AngularJS (timeago and more)</description>
  11. <summary>Moment.JS directives for AngularJS (timeago and more).</summary>
  12. <releaseNotes />
  13. <copyright />
  14. <dependencies>
  15. <dependency id="Moment.js" version="2.9.0" />
  16. </dependencies>
  17. <tags>AngularJS MomentJS Moment</tags>
  18. </metadata>
  19. <files>
  20. <file src="angular-moment.js" target="content\Scripts\angular-moment.js" />
  21. <file src="angular-moment.min.js" target="content\Scripts\angular-moment.min.js" />
  22. <file src="angular-moment.min.js.map" target="content\Scripts\angular-moment.min.js.map" />
  23. </files>
  24. </package>