UNPKG

jstimezonedetect

Version:

This script gives you the zone info key representing your device's time zone setting. The return value is an IANA zone info key (aka the Olson time zone database).

37 lines (36 loc) 1 kB
{ "name": "jstimezonedetect", "main": "./dist/jstz.min.js", "filename": "jstz.min.js", "version": "1.0.7", "description": "This script gives you the zone info key representing your device's time zone setting. The return value is an IANA zone info key (aka the Olson time zone database).", "homepage": "https://github.com/pellepim/jstimezonedetect", "keywords": [ "time", "timezone", "tz", "date" ], "author": "Jon Nylander <pellepim@gmail.com>", "repository": { "type": "git", "url": "https://github.com/pellepim/jstimezonedetect" }, "licenses": [ { "type": "MIT", "url": "https://github.com/pellepim/jstimezonedetect/blob/master/LICENCE.txt" } ], "devDependencies": { "del": "^0.1.3", "gulp": "^3.8.10", "gulp-concat": "^2.4.2", "gulp-footer": "^1.0.5", "gulp-header": "^1.2.2", "gulp-jshint": "^1.9.0", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.0.1", "gulp-wrap-commonjs": "^0.1.12" } }