ng2-timezone-selector
Version:
A simple Angular module to create a timezone selector using moment-timezone
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "ng2-timezone-selector",
"version": "0.2.4",
"description":
"A simple Angular module to create a timezone selector using moment-timezone",
"repository": {
"type": "git",
"url": "https://github.com/samuelnygaard/ng2-timezone-selector"
},
"author": {
"name": "Samuel Nygaard",
"email": "teamnygaard@gmail.com"
},
"keywords": [
"angular",
"angular 4",
"angular 5",
"ng2",
"ngx",
"timezone",
"timezones",
"selector",
"picker",
"moment",
"moment-js",
"moment-timezone",
"timezone selector"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/samuelnygaard/ng2-timezone-selector/issues"
},
"main": "ng2-timezone-selector.umd.js",
"module": "ng2-timezone-selector.js",
"jsnext:main": "ng2-timezone-selector.js",
"typings": "ng2-timezone-selector.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"dependencies": {
"jquery": "^3.3.1",
"moment-timezone": "^0.5.14",
"select2": "^4.0.6-rc.1"
}
}