forked from alephdata/aleph
-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
40 lines (40 loc) · 884 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
34
35
36
37
38
39
40
{
"name": "aleph",
"version": "0.2.0",
"homepage": "https://github.com/pudo/aleph",
"authors": [
"Friedrich Lindenberg"
],
"description": "",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"aleph/static/vendor",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.8",
"bootstrap": "~3.3.6",
"angular-route": "1.4.8",
"angular-sanitize": "1.5.0",
"angular-animate": "1.4.8",
"angular-bootstrap": "0.14.3",
"bootstrap-sass": "~3.3.6",
"angular-pdf": "~1.3.0",
"moment": "~2.11.1",
"angular-loading-bar": "^0.9.0",
"angular-truncate": "*",
"ng-file-upload": "^12.2.12",
"angular-ui-select": "0.18.0",
"d3": "4.2.1",
"angulartics-google-analytics": "^0.3.0"
},
"resolutions": {
"angular": "~1.4.8",
"d3": "^4.2.1"
}
}