You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
174 lines
4.5 KiB
174 lines
4.5 KiB
{
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"name": "ariang-native",
|
|
"appId": "net.mayswind.ariang",
|
|
"version": "1.1.1",
|
|
"ariang-version": "1.1.1",
|
|
"description": "A better aria2 desktop frontend than AriaNg, containing full feature of AriaNg and also has many features that AriaNg cannot implement.",
|
|
"main": "main/main.js",
|
|
"entry": "app/index.html",
|
|
"scripts": {
|
|
"postinstall": "install-app-deps",
|
|
"clean": "rimraf dist",
|
|
"start": "electron .",
|
|
"copy-main-dependencies": "node copy-main-modules.js -s node_modules -d dist -v",
|
|
"copy-app-dependencies": "node copy-app-modules.js -d dist -v",
|
|
"publish:win": "npm run clean && npm run copy-main-dependencies && npm run copy-app-dependencies && build --win",
|
|
"publish:osx": "npm run clean && npm run copy-main-dependencies && npm run copy-app-dependencies && build --mac"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mayswind/AriaNg-Native.git"
|
|
},
|
|
"keywords": [
|
|
"aria2",
|
|
"AriaNg",
|
|
"Native",
|
|
"Frontend",
|
|
"Desktop",
|
|
"UI"
|
|
],
|
|
"author": "MaysWind <i@mayswind.net>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mayswind/AriaNg-Native/issues"
|
|
},
|
|
"homepage": "http://ariang.mayswind.net/",
|
|
"devDependencies": {
|
|
"electron": "^5.0.2",
|
|
"electron-builder": "^20.39.0",
|
|
"fs-extra": "^8.0.1",
|
|
"jsonfile": "^5.0.0",
|
|
"rimraf": "^2.6.3"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "3.4.1",
|
|
"bootstrap": "3.4.1",
|
|
"moment": "2.24.0",
|
|
"moment-timezone": "0.5.25",
|
|
"echarts": "3.8.5",
|
|
"font-awesome": "^4.7.0",
|
|
"admin-lte": "2.4.10",
|
|
"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",
|
|
"angular-moment": "1.3.0",
|
|
"angular-websocket": "^2.0.1",
|
|
"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",
|
|
"angular-utf8-base64": "^0.0.5",
|
|
"angular-clipboard": "^1.7.0",
|
|
"angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
|
|
"angularjs-dragula": "^2.0.0",
|
|
"electron-localshortcut": "^3.1.0",
|
|
"electron-store": "^3.2.0",
|
|
"yargs": "^13.2.2"
|
|
},
|
|
"mainDependencies": [
|
|
"electron-localshortcut",
|
|
"electron-store",
|
|
"yargs"
|
|
],
|
|
"build": {
|
|
"appId": "net.mayswind.ariang",
|
|
"productName": "AriaNg Native",
|
|
"copyright": "Copyright (c) 2017-2019 MaysWind (i@mayswind.net)",
|
|
"files": [
|
|
"!node_modules",
|
|
{
|
|
"from": "dist/node_modules",
|
|
"to": "node_modules",
|
|
"filter": [
|
|
"**/*.js",
|
|
"**/*.json",
|
|
"**/*.css",
|
|
"**/*.woff",
|
|
"**/*.woff2",
|
|
"**/*.svg",
|
|
"**/*.eot",
|
|
"**/*.ttf"
|
|
]
|
|
},
|
|
"app/**",
|
|
"assets/**",
|
|
"main/**",
|
|
"package.json"
|
|
],
|
|
"win": {
|
|
"icon": "assets/AriaNg.ico",
|
|
"target": [
|
|
{
|
|
"target": "msi",
|
|
"arch": [
|
|
"x64",
|
|
"ia32"
|
|
]
|
|
},
|
|
{
|
|
"target": "7z",
|
|
"arch": [
|
|
"x64",
|
|
"ia32"
|
|
]
|
|
}
|
|
],
|
|
"fileAssociations": [
|
|
{
|
|
"ext": [
|
|
"torrent"
|
|
],
|
|
"description": "Bittorrent File",
|
|
"icon": "assets/AriaNg_Torrent.ico"
|
|
},
|
|
{
|
|
"ext": [
|
|
"metalink",
|
|
"meta4"
|
|
],
|
|
"description": "Metadata File",
|
|
"icon": "assets/AriaNg_Metalink.ico"
|
|
}
|
|
]
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.utilities",
|
|
"icon": "assets/AriaNg.icns",
|
|
"target": "dmg",
|
|
"fileAssociations": [
|
|
{
|
|
"ext": [
|
|
"torrent"
|
|
],
|
|
"icon": "assets/AriaNg_Torrent.icns"
|
|
},
|
|
{
|
|
"ext": [
|
|
"metalink",
|
|
"meta4"
|
|
],
|
|
"icon": "assets/AriaNg_Metalink.icns"
|
|
}
|
|
]
|
|
},
|
|
"dmg": {
|
|
"icon": "assets/AriaNg.icns"
|
|
}
|
|
}
|
|
}
|