-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 939 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
41
{
"name": "linked-data-browser",
"version": "1.0.0",
"homepage": "https://github.com/karelklima/linked-data-browser",
"authors": [
"karelklima <[email protected]>"
],
"description": "Linked Data Browser",
"keywords": [
"linked",
"data",
"browser"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "=1.4.3",
"angular-ui-router": "=0.2.15",
"angular-bootstrap": "=0.13.2",
"angular-jwt": "=0.0.9",
"angular-cookies": "=1.4.3",
"a0-angular-storage": "=0.0.11",
"angular-animate": "=1.4.1",
"ng-lodash": "=0.2.3",
"angular-loading-bar": "=0.8.0",
"angular-toastr": "=1.4.1",
"angular-smart-table": "=2.1.1",
"angular-sanitize": "=1.4.3",
"angular-ui-select": "=0.12.1",
"ng-sortable": "=1.2.2"
},
"resolutions": {
"angular": "=1.4.3"
}
}