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": {
|
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-09-03 10:07:05 +02:00
|
|
|
"echarts": "3.7.1",
|
2016-10-30 09:06:12 +01:00
|
|
|
"font-awesome": "font-awsome#^4.7.0",
|
2017-10-08 16:54:33 +02: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",
|
2016-06-12 17:04:59 +02:00
|
|
|
"jquery-slimscroll": "^1.3.8",
|
2016-12-10 16:04:03 +01:00
|
|
|
"bootstrap-contextmenu": "^0.3.4",
|
2017-09-03 10:07:05 +02:00
|
|
|
"angular": "1.6.5",
|
|
|
|
"angular-route": "1.6.5",
|
|
|
|
"angular-sanitize": "1.6.5",
|
|
|
|
"angular-touch": "1.6.5",
|
|
|
|
"angular-messages": "1.6.5",
|
|
|
|
"angular-cookies": "1.6.5",
|
|
|
|
"angular-animate": "1.6.5",
|
2018-05-09 18:31:39 +02:00
|
|
|
"angular-translate": "^2.17.0",
|
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-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-05-19 17:36:37 +02:00
|
|
|
"angular-dragula": "^1.2.8",
|
2017-10-14 20:13:28 +02:00
|
|
|
"angular-clipboard": "^1.6.2",
|
2017-05-19 17:36:37 +02:00
|
|
|
"ngSweetAlert": "^1.1.2"
|
2016-07-03 15:02:34 +02:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2017-09-03 10:07:05 +02:00
|
|
|
"angular": "1.6.5"
|
2016-05-13 18:09:12 +02:00
|
|
|
}
|
|
|
|
}
|