-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbower.json
76 lines (76 loc) · 2.16 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "Dockyard",
"version": "1.0.0",
"private": true,
"dependencies": {
"angular": "1.4.9",
"angular-applicationinsights": "~0.2.6",
"angular-bootstrap": "~0.13.0",
"angular-bootstrap-switch": "~0.4.1",
"angular-datatables": "~0.4.3",
"angular-messages": "^1.5.3",
"angular-mocks": "~1.4.3",
"angular-resource": "1.4.9",
"angular-sanitize": "1.4.9",
"angular-touch": "~1.4.3",
"angular-typescript": "latest",
"angular-ui-router": "^0.3.1",
"angular-ui-select": "~0.14.1",
"angular-ui-bootstrap-bower": "~1.3.2",
"awesome-bootstrap-checkbox": "0.3.4",
"bootstrap": "~3.3.1",
"bootstrap-hover-dropdown": "2.1.3",
"bootstrap-switch": "~3.3.2",
"dndLists": "~1.3.0",
"eonasdan-bootstrap-datetimepicker": "~4.15.35",
"font-awesome": "4.4.0",
"font-awesome-min": "4.3.0",
"humane-js": "3.2.2",
"jasmine": "~2.3.4",
"jqtree": "~1.2.1",
"jquery": "~2.1.4",
"jquery-colorbox": "1.6.3",
"jQuery-contextMenu": "1.6.7",
"jquery-migrate": "~1.2.1",
"jquery-placeholder": "2.0.7",
"jquery-validation": "1.12.0",
"jquery.cookie-min": "~1.4.1",
"jquery-ui": "1.11.4",
"mb-scrollbar": "~2.2.0",
"modernizr": "~2.8.2",
"moment": "~2.10.6",
"ng-file-upload": "~7.0.17",
"ng-table": "~0.8.3",
"ngToast": "ngtoast#~1.5.6",
"noty": "^2.3.8",
"ocLazyLoad": "~1.0.2",
"pusher": "~3.0.0",
"pusher-angular": "~0.1.8",
"rangy": "^1.3.0",
"select2": "3.4.6",
"spin.js": "2.3.2",
"textAngular": "1.5.0",
"ui-bootstrap": "~0.13.0",
"underscore": "~1.8.3",
"w2ui": "1.4.3",
"waypoints": "2.0.5",
"angular-material": "1.0.5",
"angular-aria": "1.5.3",
"angular-resizable": "^1.2.0",
"protractor": "^3.2.2",
"md-color-picker": "^0.2.6",
"tinycolor": "^1.3.0",
"angular-material-data-table": "^0.10.8",
"angulartics-google-analytics": "^0.1.4",
"angular-popover-toggle": "^0.1.1",
"json-formatter": "^0.6.0",
"jquery.kinetic": "^2.1.0"
},
"resolutions": {
"angular": "1.4.9"
},
"devDependencies": {
"angular-ivh-treeview": "~1.0.3",
"jquery-ui": "1.11.4"
}
}