6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
44 lines
862 B
JSON
44 lines
862 B
JSON
{
|
|
"name": "moment/moment-timezone",
|
|
"description": "Parse and display dates in any timezone",
|
|
"version": "0.5.48",
|
|
"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.9.0"
|
|
},
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"moment-timezone.js"
|
|
],
|
|
"files": [
|
|
"builds/*.js"
|
|
]
|
|
}
|
|
}
|
|
}
|