summaryrefslogtreecommitdiff
path: root/www/lib/moment/Moment.js.nuspec
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-04 04:32:51 -0400
committerARC <arjunrc@gmail.com>2015-05-04 04:32:51 -0400
commitbfe426a83bfcd32bac22bc06cccb15f15a9f9450 (patch)
tree996b8848922770b8127ad1abfa7f99dac566d895 /www/lib/moment/Moment.js.nuspec
parenta838bdff9750af4ed6be0bad981ceb65341609f1 (diff)
Events Graphs now supports time based filters (using the excellent moment library)
Diffstat (limited to 'www/lib/moment/Moment.js.nuspec')
-rw-r--r--www/lib/moment/Moment.js.nuspec28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/lib/moment/Moment.js.nuspec b/www/lib/moment/Moment.js.nuspec
new file mode 100644
index 00000000..c74eb2c9
--- /dev/null
+++ b/www/lib/moment/Moment.js.nuspec
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>Moment.js</id>
+ <version>2.10.2</version>
+ <authors>Tim Wood</authors>
+ <owners>Cory Deppen, Iskren Chernev</owners>
+ <description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>
+ <releaseNotes>
+ - Add LTS localised format that includes seconds
+ - Added formatToken 'x' for unix offset in milliseconds #1938
+ - Support 24:00:00.000 to mean next day, at midnight.
+ - Accept 'date' key when creating moment with object
+ - Use native toISOString when we can
+ - Some bugfixes and language improvements
+ </releaseNotes>
+ <projectUrl>http://momentjs.com/</projectUrl>
+ <iconUrl>http://pbs.twimg.com/profile_images/482670411402858496/Xrtdc94q_normal.png</iconUrl>
+ <licenseUrl>https://raw.github.com/timrwood/moment/master/LICENSE</licenseUrl>
+ <tags>JavaScript date time browser node.js</tags>
+ </metadata>
+ <files>
+ <file src="moment.js" target="Content\Scripts" />
+ <file src="min/moment.min.js" target="Content\Scripts" />
+ <file src="min/moment-with-locales.js" target="Content\Scripts" />
+ <file src="min/moment-with-locales.min.js" target="Content\Scripts" />
+ </files>
+</package>