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": {
|
2016-05-26 18:08:23 +02:00
|
|
|
"jquery": "^2.2.4",
|
2016-07-31 16:53:59 +02:00
|
|
|
"bootstrap": "^3.3.7",
|
2017-03-27 16:16:16 +02:00
|
|
|
"moment": "^2.18.1",
|
2017-02-09 19:08:54 +01:00
|
|
|
"moment-timezone": "^0.5.11",
|
2017-03-27 16:16:16 +02:00
|
|
|
"echarts": "^3.5.0",
|
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",
|
2016-06-12 17:04:59 +02:00
|
|
|
"jquery-slimscroll": "^1.3.8",
|
2016-05-13 18:09:12 +02:00
|
|
|
"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",
|
2017-03-05 13:45:25 +01:00
|
|
|
"angular-translate": "^2.15.1",
|
2016-05-13 18:09:12 +02:00
|
|
|
"angular-moment": "1.0.0-beta.6",
|
|
|
|
"angular-websocket": "^1.1.0",
|
2016-06-25 04:04:26 +02:00
|
|
|
"angular-utf8-base64": "^0.0.5",
|
2016-05-13 18:09:12 +02:00
|
|
|
"angular-local-storage": "^0.2.7",
|
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",
|
2016-09-26 16:03:15 +02:00
|
|
|
"angular-bittorrent-peerid": "^1.1.1",
|
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",
|
2016-05-31 18:09:11 +02:00
|
|
|
"angular-dragula": "^1.2.7",
|
2016-06-26 16:52:06 +02:00
|
|
|
"ngSweetAlert": "8df6c30b0996f09cb4cf5e90a41115a6c09fa852"
|
2016-07-03 15:02:34 +02:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"angular": "1.4.10",
|
|
|
|
"angular-animate": "1.4.10"
|
2016-05-13 18:09:12 +02:00
|
|
|
}
|
|
|
|
}
|