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
2017-06-05 22:36:42 +08:00

58 lines
1.4 KiB
JSON

{
"private": true,
"name": "ariang",
"description": "AriaNg, a web frontend making aria2 better",
"main": "index.html",
"authors": [
"MaysWind <i@mayswind.net>"
],
"license": "MIT",
"keywords": [
"aria2",
"Web",
"Frontend"
],
"homepage": "http://ariang.mayswind.net/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.2.4",
"bootstrap": "3.3.7",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"echarts": "3.6.1",
"font-awesome": "font-awsome#^4.7.0",
"AdminLTE": "admin-lte#^2.3.11",
"sweetalert": "^1.1.3",
"awesome-bootstrap-checkbox": "^0.3.7",
"jquery-slimscroll": "^1.3.8",
"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",
"angular-translate": "^2.15.1",
"angular-moment": "1.0.1",
"angular-websocket": "^2.0.0",
"angular-utf8-base64": "^0.0.5",
"angular-local-storage": "^0.6.0",
"angular-notification": "775ee861c1737b284588bcb878ba1f4e43c70c97",
"angular-ui-notification": "^0.3.6",
"angular-bittorrent-peerid": "^1.2.0",
"angular-busy": "^4.1.4",
"angular-promise-buttons": "^0.1.20",
"angular-dragula": "^1.2.8",
"ngSweetAlert": "^1.1.2"
},
"resolutions": {
"angular": "1.6.4"
}
}