-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
44 lines (44 loc) · 1.1 KB
/
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
38
39
40
41
42
43
44
{
"name": "recal",
"version": "1.0.0",
"homepage": "https://github.com/maximz/newice",
"authors": [
"Naphat Sanguansin <[email protected]>",
"Dyland Xue <[email protected]>",
"Maxim Zaslavsky <[email protected]>"
],
"moduleType": [
"amd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-animate": "~1.5.3",
"angular-aria": "~1.5.3",
"angular-bootstrap": "~0.13.0",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-loading-bar": "~0.6.0",
"angular-local-storage": "~0.1.4",
"angular-material": "1.0.0-rc5",
"angular-qtip2-directive": "~0.1.2",
"angular-resource": "~1.5.3",
"bootstrap": "~3.2.0",
"chai": "~1.10.0",
"flatstrap": "~3.3.1",
"fontawesome": "~4.0.3",
"fullcalendar": "2.5.0",
"imagesloaded": "3.0.0",
"jquery-ui": "~1.11.0",
"jquery.cookie": "~1.4.1",
"moment-timezone": "~0.2.0",
"momentjs": "~2.7.0",
"requirejs-text": "~2.0.12",
"requirejs": "~2.1.14"
}
}