-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
executable file
·36 lines (36 loc) · 977 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
{
"name": "affilinet-toolbar@affili.net",
"description": "Affilinet Extension for Firefox",
"homepage": "http://affili.net",
"author": [
"Stefan Gotre <gotre@teraone.de>"
],
"main": "index.html",
"license": "MIT",
"dependencies": {
"angular": "^1.6.5",
"angular-bootstrap": "1.3.3",
"angular-momentjs": "~0.2.2",
"angular-ui-router": "0.4.0",
"bootstrap": "~3.2.0",
"font-awesome": "~4.1.0",
"moment": "momentjs#~2.10.6",
"rdash-ui": "1.0.*",
"angular-xml": "~2.2.1",
"angular-flot": "~0.0.13",
"jquery": "~3.3.1",
"Flot": "flot#~0.8.3",
"angular-clipboard": "~1.1.1",
"angular-translate": "^2.15.2",
"angular-bootstrap-affix": "^0.2.2",
"angular-xeditable": "^0.8.0",
"angular-slick-carousel": "^3.1.7",
"oi.select": "^0.2.21",
"angular-dragdrop": "^1.0.13",
"angularjs-slider": "^6.4.0",
"angular-sanitize": "^1.6.6"
},
"resolutions": {
"angular": "^1.6.5"
}
}