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

63 lines
1.7 KiB
JSON
Raw Normal View History

2016-05-13 18:09:12 +02:00
{
"private": true,
2017-03-26 08:58:27 +02:00
"name": "ariang",
2017-09-03 10:07:05 +02:00
"description": "AriaNg, a modern web frontend making aria2 easier to use.",
2016-05-13 18:09:12 +02:00
"main": "index.html",
"authors": [
"MaysWind <i@mayswind.net>"
],
"license": "MIT",
"keywords": [
2017-03-26 08:58:27 +02:00
"aria2",
2016-05-13 18:09:12 +02:00
"Web",
2017-09-03 10:07:05 +02:00
"Frontend",
"UI"
2016-05-13 18:09:12 +02:00
],
2017-03-26 08:58:27 +02:00
"homepage": "http://ariang.mayswind.net/",
2016-05-13 18:09:12 +02:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2018-06-18 17:02:27 +02:00
"jquery": "3.3.1",
2017-06-05 16:36:42 +02:00
"bootstrap": "3.3.7",
2018-06-18 17:02:27 +02:00
"moment": "2.22.2",
"moment-timezone": "0.5.17",
"echarts": "3.8.5",
"font-awesome": "^4.7.0",
"admin-lte": "2.4.3",
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-12-10 16:04:03 +01:00
"bootstrap-contextmenu": "^0.3.4",
2018-06-18 17:02:27 +02:00
"angular": "1.6.10",
"angular-route": "1.6.10",
"angular-sanitize": "1.6.10",
"angular-touch": "1.6.10",
"angular-messages": "1.6.10",
"angular-cookies": "1.6.10",
"angular-animate": "1.6.10",
"angular-translate": "^2.18.1",
"angular-moment": "1.2.0",
2017-05-19 17:36:37 +02:00
"angular-websocket": "^2.0.0",
2016-06-25 04:04:26 +02:00
"angular-utf8-base64": "^0.0.5",
2017-09-03 10:07:05 +02:00
"angular-local-storage": "^0.7.1",
2016-06-26 16:52:06 +02:00
"angular-notification": "775ee861c1737b284588bcb878ba1f4e43c70c97",
2017-03-29 03:04:01 +02:00
"angular-ui-notification": "^0.3.6",
2017-05-09 15:56:16 +02:00
"angular-bittorrent-peerid": "^1.2.0",
2017-02-09 19:08:54 +01:00
"angular-busy": "^4.1.4",
2018-05-09 18:31:39 +02:00
"angular-promise-buttons": "^0.1.23",
2017-10-14 20:13:28 +02:00
"angular-clipboard": "^1.6.2",
2018-07-08 16:45:49 +02:00
"angular-input-dropdown": "mayswind/angular-input-dropdown#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
2018-06-18 17:02:27 +02:00
"angularjs-dragula": "^2.0.0",
2017-05-19 17:36:37 +02:00
"ngSweetAlert": "^1.1.2"
2016-07-03 15:02:34 +02:00
},
"resolutions": {
2018-06-18 17:02:27 +02:00
"jquery": "3.3.1",
"angular": "1.6.10"
2016-05-13 18:09:12 +02:00
}
}