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

58 lines
1.4 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",
"description": "AriaNg, a web frontend making aria2 better",
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",
"Frontend"
],
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": {
2017-06-05 16:36:42 +02:00
"jquery": "2.2.4",
"bootstrap": "3.3.7",
2017-05-08 17:45:41 +02:00
"moment": "2.18.1",
"moment-timezone": "0.5.13",
2017-06-05 16:36:42 +02:00
"echarts": "3.6.1",
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",
2017-05-19 17:36:37 +02:00
"angular": "1.6.4",
"angular-route": "1.6.4",
"angular-sanitize": "1.6.4",
"angular-touch": "1.6.4",
"angular-messages": "1.6.4",
"angular-cookies": "1.6.4",
"angular-animate": "1.6.4",
2017-03-05 13:45:25 +01:00
"angular-translate": "^2.15.1",
2017-05-19 17:36:37 +02:00
"angular-moment": "1.0.1",
"angular-websocket": "^2.0.0",
2016-06-25 04:04:26 +02:00
"angular-utf8-base64": "^0.0.5",
2017-05-19 17:36:37 +02:00
"angular-local-storage": "^0.6.0",
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",
2017-03-27 16:16:16 +02:00
"angular-promise-buttons": "^0.1.20",
2017-05-19 17:36:37 +02:00
"angular-dragula": "^1.2.8",
"ngSweetAlert": "^1.1.2"
2016-07-03 15:02:34 +02:00
},
"resolutions": {
2017-05-19 17:36:37 +02:00
"angular": "1.6.4"
2016-05-13 18:09:12 +02:00
}
}