forked from mishguruorg/angular-timezone-selector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
37 lines (37 loc) · 792 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "angular-timezone-selector",
"version": "1.5.0",
"homepage": "https://github.com/mishguruorg/angular-timezone-selector",
"authors": [
"Ashok Fernandez <[email protected]>"
],
"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": "4.0.1",
"chosen": "~1.4.2",
"bootstrap": "~3.3.4",
"jstzdetect": "jsTimezoneDetect#~1.0.6"
},
"resolutions": {
"lodash": "4.0.1"
}
}