20 lines
387 B
JSON
20 lines
387 B
JSON
|
{
|
||
|
"name": "moment-timezone",
|
||
|
"description" : "Parse and display moments in any timezone.",
|
||
|
"license" : "MIT",
|
||
|
"main": "builds/moment-timezone-with-data-2012-2022.js",
|
||
|
"dependencies" : {
|
||
|
"moment" : ">= 2.9.0"
|
||
|
},
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"tests",
|
||
|
"tasks",
|
||
|
"data/*/20*.json",
|
||
|
"contributing.md",
|
||
|
"Gruntfile.js",
|
||
|
"index.js",
|
||
|
"package.json"
|
||
|
]
|
||
|
}
|