rails-timezone
Version:
Convert between Rails ActiveSupport TimeZone names and the IANA Time Zone Database format for node.js and the browser
22 lines (21 loc) • 505 B
JSON
{
"name": "rails-timezone",
"description": "Convert between Rails ActiveSupport TimeZone names and the IANA Time Zone Database format for node.js and the browser",
"version": "1.2.0",
"author": "David Wood <bitprobe@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/davidwood/rails-timezone-js.git"
},
"keywords": [
"timezone",
"rails",
"activesupport",
"iana",
"olsen"
],
"main": "./index.js",
"engines": {
"node": ">= 0.8.0"
}
}