webadmin/bower_components/moment-timezone/bower.json

19 lines
366 B
JSON
Raw Normal View History

2017-06-22 12:48:15 +00:00
{
"name": "moment-timezone",
"description" : "Parse and display moments in any timezone.",
"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"
]
}