mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-07-10 23:20:35 +08:00
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "moment-timezone",
|
|
"description" : "Parse and display moments in any timezone.",
|
|
"version": "0.4.0",
|
|
"main": "builds/moment-timezone-with-data-2010-2020.js",
|
|
"dependencies" : {
|
|
"moment" : ">= 2.6.0"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"tests",
|
|
"tasks",
|
|
"data/*/20*.json",
|
|
"contributing.md",
|
|
"Gruntfile.js",
|
|
"index.js",
|
|
"package.json"
|
|
]
|
|
}
|