-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 1.46 KB
/
bower.json
File metadata and controls
47 lines (47 loc) · 1.46 KB
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
{
"name": "angular",
"version": "0.0.0",
"dependencies": {
"angular": "~1.6.5",
"angular-simple-logger": "~0.1.7",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"angular-resource": "~1.6.5",
"angular-cookies": "~1.6.5",
"angular-sanitize": "~1.6.5",
"angular-route": "~1.6.5",
"less": "~1.6.3",
"bootstrap": "~3.3.7",
"font-awesome": "~4.7.0",
"angular-ui-select2": "~0.0.5",
"angular-ui-select": "~0.19.8",
"d3": "~3.4.13",
"typeahead.js": "~0.9.3",
"select2-bootstrap-css": "https://github.com/fk/select2-bootstrap-css.git#f263e899fc0fcf7cf96df9f218488e67a349204b",
"ngInfiniteScroll": "BinaryMuse/ngInfiniteScroll#~1.0.0",
"angular-ui-router": "~0.2.18",
"timelinejs": "~2.27.0",
"d3-cloud": "jasondavies/d3-cloud#~1.0.5",
"angular-file-upload": "danialfarid/angular-file-upload#~2.0.5",
"lodash": "~4.16.6",
"ngprogress": "~1.0.7",
"angular-bootstrap": "~0.14.3",
"jquery-csv": "~0.8.3",
"angular-ui-utils": "~0.2.3",
"AngularJS-Toaster": "jirikavi/AngularJS-Toaster#~0.4.181",
"angular-animate": "~1.6.5",
"angular-recaptcha": "~4.1.0",
"angular-ui-tinymce": "~0.0.19",
"ui-leaflet": "~2.0.0",
"Leaflet.awesome-markers": "~2.0.2",
"leaflet.markercluster": "leaflet-0.7",
"angular-media-player": "~0.5.8"
},
"devDependencies": {
"angular-mocks": "~1.6.5",
"angular-scenario": "~1.6.5"
},
"resolutions": {
"angular": "1.6.10"
}
}