mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-06-27 22:20:54 +08:00
34 lines
702 B
JSON
34 lines
702 B
JSON
{
|
|
"name": "angular-timezone-selector",
|
|
"version": "1.0.4",
|
|
"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.js",
|
|
"dist/angular-timezone-selector.css"
|
|
],
|
|
"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",
|
|
"bootstrap": "~3.3.4"
|
|
}
|
|
}
|