moment-timezone
Version:
Timezone plugin for Moment.js.
44 lines (43 loc) • 836 B
JSON
{
"name": "moment-timezone",
"version": "0.0.5",
"description": "Timezone plugin for Moment.js.",
"homepage": "http://momentjs.com",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
"keywords": [
"moment",
"date",
"time",
"timezone",
"olson",
"tz"
],
"main": "./index.js",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/timrwood/moment-timezone.git"
},
"bugs": {
"url": "https://github.com/timrwood/moment-timezone/issues"
},
"licenses" : [
{
"type" : "MIT"
}
],
"dependencies" : {
"moment" : ">= 2.6.0"
},
"devDependencies" : {
"grunt" : "0.4.4",
"grunt-contrib-nodeunit" : "0.3.3",
"grunt-contrib-jshint" : "0.10.0",
"grunt-contrib-uglify" : "0.4.0"
},
"scripts": {
"test": "grunt"
}
}