This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
AriaNg/bower.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2016-05-13 18:09:12 +02:00
{
"private": true,
"name": "aria-ng",
"description": "Aria2 Ng Frontend",
"main": "index.html",
"authors": [
"MaysWind <i@mayswind.net>"
],
"license": "MIT",
"keywords": [
"Aria2",
"Web",
"Frontend"
],
"homepage": "https://github.com/mayswind/AriaNg",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2016-05-26 18:08:23 +02:00
"jquery": "^2.2.4",
2016-07-31 16:53:59 +02:00
"bootstrap": "^3.3.7",
2016-12-04 16:42:43 +01:00
"moment": "^2.17.1",
2017-02-09 19:08:54 +01:00
"moment-timezone": "^0.5.11",
"echarts": "^3.4.0",
2016-10-30 09:06:12 +01:00
"font-awesome": "font-awsome#^4.7.0",
2017-02-09 19:08:54 +01:00
"AdminLTE": "admin-lte#^2.3.11",
2016-05-13 18:09:12 +02:00
"sweetalert": "^1.1.3",
2016-05-29 07:01:05 +02:00
"awesome-bootstrap-checkbox": "^0.3.7",
"jquery-slimscroll": "^1.3.8",
2016-05-13 18:09:12 +02:00
"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",
2017-03-05 13:45:25 +01:00
"angular-translate": "^2.15.1",
2016-05-13 18:09:12 +02:00
"angular-moment": "1.0.0-beta.6",
"angular-websocket": "^1.1.0",
2016-06-25 04:04:26 +02:00
"angular-utf8-base64": "^0.0.5",
2016-05-13 18:09:12 +02:00
"angular-local-storage": "^0.2.7",
2016-06-26 16:52:06 +02:00
"angular-notification": "775ee861c1737b284588bcb878ba1f4e43c70c97",
"angular-ui-notification": "^0.2.0",
2016-09-26 16:03:15 +02:00
"angular-bittorrent-peerid": "^1.1.1",
2017-02-09 19:08:54 +01:00
"angular-busy": "^4.1.4",
"angular-promise-buttons": "^0.1.19",
"angular-dragula": "^1.2.7",
2016-06-26 16:52:06 +02:00
"ngSweetAlert": "8df6c30b0996f09cb4cf5e90a41115a6c09fa852"
2016-07-03 15:02:34 +02:00
},
"resolutions": {
"angular": "1.4.10",
"angular-animate": "1.4.10"
2016-05-13 18:09:12 +02:00
}
}