mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-06-27 19:13:51 +08:00
30 lines
619 B
JSON
30 lines
619 B
JSON
{
|
|
"name": "angular-timezone-select",
|
|
"version": "1.0.1",
|
|
"homepage": "https://github.com/alexcheng1982/angular-timezone-select",
|
|
"authors": [
|
|
"Fu Cheng <alexcheng1982@gmail.com>"
|
|
],
|
|
"description": "Country timezone for AngularJS",
|
|
"main": "dist/angular-timezone-select.js",
|
|
"keywords": [
|
|
"timezone",
|
|
"select"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "~1.3.8",
|
|
"select2": "~4.0.0",
|
|
"moment": "~2.10.3",
|
|
"moment-timezone": "~0.4.0",
|
|
"lodash": "~3.9.3"
|
|
}
|
|
}
|