forked from alephdata/aleph
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 788 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 788 Bytes
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
{
"name": "aleph",
"version": "0.2.0",
"homepage": "https://github.com/granoproject/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",
"d3": "~3.5.12",
"bootstrap-sass": "~3.3.6",
"angular-pdf": "~1.3.0",
"moment": "~2.11.1",
"angular-loading-bar": "^0.9.0",
"angular-truncate": "*",
"angularjs-slider": "*"
},
"resolutions": {
"angular": "~1.4.8"
}
}