mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-06-27 19:13:51 +08:00
30 lines
627 B
JSON
30 lines
627 B
JSON
{
|
|
"name": "angular-timezone-selector",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/mishguruorg/angular-timezone-selector",
|
|
"authors": [
|
|
"Ashok Fernandez <ashok@mish.guru>"
|
|
],
|
|
"description": "Timezone selector for Angular JS",
|
|
"main": "dist/angular-timezone-selector.min.js",
|
|
"keywords": [
|
|
"timezone",
|
|
"select"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "~1.3.8",
|
|
"moment": "~2.10.3",
|
|
"moment-timezone": "~0.4.0",
|
|
"lodash": "~3.9.3",
|
|
"chosen": "~1.4.2"
|
|
}
|
|
}
|