-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
28 lines (28 loc) · 852 Bytes
/
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
{
"name": "LTB-Tilestore",
"description": "Learning Toolbox Tilestore",
"version": "0.0.0",
"homepage": "https://github.com/learning-layers/LTB-Tilestore",
"license": "",
"private": true,
"dependencies": {
"angular": "1.2.x",
"angular-route": "1.2.x",
"angular-loader": "1.2.x",
"angular-mocks": "~1.2.x",
"angular-ui-bootstrap-bower": "*",
"angular-resource": "1.2.x",
"jquery": "~1.11.x",
"jquery-ui": "latest",
"bootstrap": "~3.2.0",
"modernizr": "~2.8.x",
"fontawesome": "*",
"oauth-ng": "https://github.com/raymondelferink/oauth-ng.git#master",
"angular-gettext": "*",
"angular-ui-sortable": "*",
"textAngular": "*",
"ng-device-detector": "*",
"ngCordova": "https://github.com/raymondelferink/ng-cordova.git#master",
"malihu-custom-scrollbar-plugin": "*"
}
}