Updated moment.js

This commit is contained in:
Dobie Wollert
2015-11-24 22:08:25 -08:00
parent 3a928400c5
commit 71a05fb732
309 changed files with 200354 additions and 33364 deletions

43
node_modules/moment-timezone/composer.json generated vendored Normal file
View File

@ -0,0 +1,43 @@
{
"name": "moment/moment-timezone",
"description": "Parse and display dates in any timezone",
"version": "0.4.1",
"keywords": [
"moment",
"date",
"time",
"timezone",
"olson",
"iana",
"zone",
"tz"
],
"homepage": "http://momentjs.com/timezone/",
"license": "MIT",
"support": {
"issues": "https://github.com/moment/moment-timezone/issues",
"source": "https://github.com/moment/moment-timezone"
},
"authors": [
{
"name": "Tim Wood",
"email": "washwithcare@gmail.com",
"homepage": "http://timwoodcreates.com/"
}
],
"type": "component",
"require": {
"robloach/component-installer": "*",
"moment/moment": ">=2.6.0"
},
"extra": {
"component": {
"scripts": [
"moment-timezone.js"
],
"files": [
"builds/*.js"
]
}
}
}