forked from unicodeveloper/meanmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
58 lines (58 loc) · 1.24 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
{
"name": "meanmap",
"version": "0.0.0",
"homepage": "https://github.com/busayo/meanmap",
"authors": [
"busayo <prosperotemuyiwa@gmail.com>"
],
"moduleType": [
"amd",
"es6",
"globals"
],
"keywords": [
"Mean",
"map",
"meanmap",
"maps",
"leaflet"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/vendor",
"test",
"tests"
],
"dependencies": {
"font-awesome": "~4.3.0",
"angular": "~1.4.0",
"angular-route": "~1.4.0",
"bootstrap": "~3.3.4",
"angular-sanitize": "~1.4.0",
"angular-material": "~0.9.8",
"ui-bootstrap": "~0.13.0",
"angular-bootstrap": "~0.13.0",
"angularjs-toaster": "~0.4.14",
"angular-toastr": "~1.4.1",
"angular-moment": "~0.10.1",
"angular-leaflet": "~0.8.2",
"ngstorage": "~0.3.4",
"ng-lodash": "~0.2.3",
"angular-messages": "~1.4.0",
"ng-file-upload": "~5.0.4",
"angular-loading-bar": "~0.7.1",
"leaflet-plugins": "~1.3.3",
"leaflet.markercluster": "~0.4.0",
"ngDialog": "~0.4.0",
"angular-utils-disqus": "~0.3.0",
"satellizer": "~0.11.2",
"angular-cookies": "~1.4.3"
},
"resolutions": {
"angular": "1.4.3"
}
}