modify package info
This commit is contained in:
parent
68ba08f5e2
commit
fb62d4fee2
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "aria-ng",
|
"name": "ariang",
|
||||||
"description": "Aria2 Ng Frontend",
|
"description": "AriaNg, a web frontend making aria2 better",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"authors": [
|
"authors": [
|
||||||
"MaysWind <i@mayswind.net>"
|
"MaysWind <i@mayswind.net>"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Aria2",
|
"aria2",
|
||||||
"Web",
|
"Web",
|
||||||
"Frontend"
|
"Frontend"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/mayswind/AriaNg",
|
"homepage": "http://ariang.mayswind.net/",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
"gulp-uglify": "^2.0.0",
|
"gulp-uglify": "^2.0.0",
|
||||||
"gulp-useref": "^3.1.0"
|
"gulp-useref": "^3.1.0"
|
||||||
},
|
},
|
||||||
"name": "aria-ng",
|
"name": "ariang",
|
||||||
"description": "AriaNg, A Better Frontend for aria2",
|
"description": "AriaNg, a web frontend making aria2 better",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"url": "git+https://github.com/mayswind/AriaNg.git"
|
"url": "git+https://github.com/mayswind/AriaNg.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Aria2",
|
"aria2",
|
||||||
"Web",
|
"Web",
|
||||||
"Frontend"
|
"Frontend"
|
||||||
],
|
],
|
||||||
|
@ -49,5 +49,5 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mayswind/AriaNg/issues"
|
"url": "https://github.com/mayswind/AriaNg/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/mayswind/AriaNg#readme"
|
"homepage": "http://ariang.mayswind.net/"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue