forked from michaelahlers/angular-timezones
-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
37 lines (37 loc) · 808 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-tz-extensions",
"version": "0.3.11",
"main": "js/angular-timezones.js",
"ignore": [
".bowerrc",
".idea",
".gitignore",
".travis.yml",
"index.html",
"js/demo.js",
"package.json",
"test",
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"angular": "*",
"jquery": "*",
"angular-filters": "*",
"timezone-js": "*"
},
"homepage": "https://github.com/chouseknecht/angular-tz-extensions",
"description": "Add timezone information to a js date object, get local browser timezone info, and get a list of available timezones from the iana tz database.",
"keywords": [
"timezone",
"date",
"iana",
"tzdata"
],
"authors": [
"Chris Houseknecht"
],
"license": "MIT"
}