forked from mayswind/AriaNg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
58 lines (58 loc) · 1.51 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"private": true,
"name": "aria-ng",
"description": "Aria2 Ng Frontend",
"main": "index.html",
"authors": [
"MaysWind <[email protected]>"
],
"license": "MIT",
"keywords": [
"Aria2",
"Web",
"Frontend"
],
"homepage": "https://github.com/mayswind/AriaNg",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.4",
"bootstrap": "^3.3.7",
"moment": "^2.15.1",
"moment-timezone": "^0.5.5",
"echarts": "^3.2.3",
"font-awesome": "font-awsome#^4.6.3",
"AdminLTE": "admin-lte#^2.3.6",
"sweetalert": "^1.1.3",
"awesome-bootstrap-checkbox": "^0.3.7",
"jquery-slimscroll": "^1.3.8",
"angular": "1.4.10",
"angular-route": "1.4.10",
"angular-sanitize": "1.4.10",
"angular-touch": "1.4.10",
"angular-messages": "1.4.10",
"angular-cookies": "1.4.10",
"angular-animate": "1.4.10",
"angular-translate": "^2.11.1",
"angular-moment": "1.0.0-beta.6",
"angular-websocket": "^1.1.0",
"angular-utf8-base64": "^0.0.5",
"angular-local-storage": "^0.2.7",
"angular-notification": "775ee861c1737b284588bcb878ba1f4e43c70c97",
"angular-ui-notification": "^0.2.0",
"angular-bittorrent-peerid": "^1.1.1",
"angular-busy": "^4.1.3",
"angular-promise-buttons": "^0.1.17",
"angular-dragula": "^1.2.7",
"ngSweetAlert": "8df6c30b0996f09cb4cf5e90a41115a6c09fa852"
},
"resolutions": {
"angular": "1.4.10",
"angular-animate": "1.4.10"
}
}