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

50 lines
1.2 KiB
JSON

{
"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": {
"jquery": "^2.2.3",
"bootstrap": "^3.3.6",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4",
"echarts": "^3.1.9",
"font-awesome": "font-awsome#^4.6.3",
"AdminLTE": "admin-lte#^2.3.3",
"sweetalert": "^1.1.3",
"seiyria-bootstrap-slider": "^7.0.3",
"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.0",
"angular-moment": "1.0.0-beta.6",
"angular-websocket": "^1.1.0",
"angular-base64": "^2.0.5",
"angular-local-storage": "^0.2.7",
"angular-busy": "^4.1.3",
"angular-bootstrap-slider": "^0.1.28",
"ngSweetAlert": "https://github.com/oitozero/ngSweetAlert.git#8df6c30b0996f09cb4cf5e90a41115a6c09fa852"
}
}