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/package.json

91 lines
2.6 KiB
JSON
Raw Normal View History

2016-05-13 18:09:12 +02:00
{
"private": true,
"engines": {
2018-05-09 18:31:39 +02:00
"node": ">=6"
2016-05-13 18:09:12 +02:00
},
"dependencies": {
"jquery": "3.3.1",
2019-02-27 16:03:25 +01:00
"bootstrap": "3.4.1",
"moment": "2.24.0",
"moment-timezone": "0.5.23",
"echarts": "3.8.5",
"font-awesome": "^4.7.0",
2019-02-27 16:03:25 +01:00
"admin-lte": "2.4.9",
"sweetalert": "^1.1.3",
"awesome-bootstrap-checkbox": "^0.3.7",
"jquery-slimscroll": "^1.3.8",
"bootstrap-contextmenu": "^1.0.0",
"natural-compare": "1.4.0",
"angular": "1.6.10",
"angular-route": "1.6.10",
"angular-sanitize": "1.6.10",
"angular-touch": "1.6.10",
"angular-messages": "1.6.10",
"angular-cookies": "1.6.10",
"angular-animate": "1.6.10",
"angular-translate": "^2.18.1",
2019-02-27 16:03:25 +01:00
"angular-moment": "1.3.0",
"angular-websocket": "^2.0.0",
"angular-local-storage": "^0.7.1",
"angular-ui-notification": "^0.3.6",
"angular-bittorrent-peerid": "^1.2.0",
"angular-busy": "^4.1.4",
"angular-promise-buttons": "^0.1.23",
"angular-sweetalert": "^1.1.2",
2019-02-27 16:03:25 +01:00
"angular-utf8-base64": "^0.0.5",
"angular-clipboard": "git://github.com/mayswind/angular-clipboard.git#597a03b73a13754926bd2406979e5de65eb98102",
2019-02-27 16:03:25 +01:00
"angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
"angularjs-dragula": "^2.0.0"
},
2016-05-13 18:09:12 +02:00
"devDependencies": {
2019-02-27 16:03:25 +01:00
"browser-sync": "^2.26.3",
2018-05-09 18:31:39 +02:00
"del": "^3.0.0",
2016-12-10 19:11:27 +01:00
"eslint-config-angular": "^0.5.0",
2018-05-09 18:31:39 +02:00
"eslint-plugin-angular": "^3.3.0",
"git-rev-sync": "^1.12.0",
2016-08-01 17:27:07 +02:00
"gulp": "^3.9.1",
2019-02-27 16:03:25 +01:00
"gulp-angular-templatecache": "^2.2.6",
2018-05-09 18:31:39 +02:00
"gulp-autoprefixer": "^5.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
2016-12-10 18:41:17 +01:00
"gulp-if": "^2.0.2",
2016-08-08 18:06:05 +02:00
"gulp-inject-version": "^1.0.1",
2017-03-27 16:16:16 +02:00
"gulp-load-plugins": "^1.5.0",
2016-08-02 18:03:00 +02:00
"gulp-manifest": "^0.1.1",
2019-02-27 16:03:25 +01:00
"gulp-plumber": "^1.2.1",
2018-08-25 20:04:19 +02:00
"gulp-replace": "^1.0.0",
2018-05-09 18:31:39 +02:00
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.4",
"gulp-sequence": "^1.0.0",
"gulp-size": "^3.0.0",
2019-02-27 16:03:25 +01:00
"gulp-sourcemaps": "^2.6.5",
2017-03-27 16:16:16 +02:00
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.6",
"nice-try": "^2.0.0"
2016-05-13 18:09:12 +02:00
},
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.",
2019-04-07 05:36:31 +02:00
"version": "1.0.3",
2016-05-13 18:09:12 +02:00
"main": "index.html",
"scripts": {
2016-07-06 19:00:59 +02:00
"test": "echo \"Error: no test specified\" && exit 0"
2016-05-13 18:09:12 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayswind/AriaNg.git"
},
"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
],
"author": "MaysWind <i@mayswind.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayswind/AriaNg/issues"
},
2017-03-26 08:58:27 +02:00
"homepage": "http://ariang.mayswind.net/"
2016-05-13 18:09:12 +02:00
}