forked from sitcomlab/Ethics-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 874 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
29
30
31
32
33
{
"name": "ethics-app",
"version": "0.0.1",
"authors": [
"Nicholas Schiestel <[email protected]>"
],
"description": "Ethics-App for the Institute for Geoinformatics, Münster",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.6.4",
"angular-momentjs": "^0.2.2",
"angular-route": "1.6.4",
"angular-sanitize": "1.6.4",
"angular-translate": "^2.11.1",
"bootstrap": "v4.0.0-alpha.6",
"font-awesome": "^4.6.3",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"tether": "^1.3.7",
"flag-icon-css": "^2.0.0",
"underscore": "^1.8.3",
"angular-underscore-module": "^1.0.3",
"angucomplete-alt": "^3.0.0",
"angular-upload": "^1.0.12"
},
"resolutions": {
"angular": "1.6.4",
"angular-route": "1.6.4",
"angular-sanitize": "1.6.4",
"bootstrap": "v4.0.0-alpha.6"
}
}