-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
40 lines (40 loc) · 1.02 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
{
"name": "ng-matemonkey",
"version": "0.0.1",
"main": "public/app.js",
"dependencies": {
"angular-bootstrap": "~0.14.0",
"angular-dialog-service": "~5.2.6",
"angular-leaflet-directive": "~0.8.8",
"angular-relative-date": "~1.0.0",
"angular-route": "~1.3.15",
"angular-sanitize": "~1.3.15",
"angular-translate": "~2.7.0",
"iso-currency": "0.2.9",
"leaflet.markercluster": "v0.4.0-hotfix.1",
"Leaflet.awesome-markers": "2.0.2",
"leaflet": "~0.7.3",
"bootstrap": "*",
"angular-media-queries": "~0.4.0",
"components-font-awesome": "4.2.0",
"ngInfiniteScroll": "~1.2.1"
},
"authors": [
"Maximilian Güntner <[email protected]>"
],
"description": "Angular Frontend for matemonkey.com",
"license": "GPL",
"homepage": "matemonkey.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular-translate": "~2.7.0",
"angular-bootstrap": "~0.14.0",
"angular": ">=1.2.26 <=1.5"
}
}