From fb62d4fee26f14e02ca19cdef5b6bdc01de170cd Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 26 Mar 2017 14:58:27 +0800 Subject: [PATCH] modify package info --- bower.json | 8 ++++---- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 067223e..546ed46 100644 --- a/bower.json +++ b/bower.json @@ -1,18 +1,18 @@ { "private": true, - "name": "aria-ng", - "description": "Aria2 Ng Frontend", + "name": "ariang", + "description": "AriaNg, a web frontend making aria2 better", "main": "index.html", "authors": [ "MaysWind " ], "license": "MIT", "keywords": [ - "Aria2", + "aria2", "Web", "Frontend" ], - "homepage": "https://github.com/mayswind/AriaNg", + "homepage": "http://ariang.mayswind.net/", "ignore": [ "**/.*", "node_modules", diff --git a/package.json b/package.json index ea2bdcc..92988bd 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "gulp-uglify": "^2.0.0", "gulp-useref": "^3.1.0" }, - "name": "aria-ng", - "description": "AriaNg, A Better Frontend for aria2", + "name": "ariang", + "description": "AriaNg, a web frontend making aria2 better", "version": "0.1.0", "main": "index.html", "scripts": { @@ -40,7 +40,7 @@ "url": "git+https://github.com/mayswind/AriaNg.git" }, "keywords": [ - "Aria2", + "aria2", "Web", "Frontend" ], @@ -49,5 +49,5 @@ "bugs": { "url": "https://github.com/mayswind/AriaNg/issues" }, - "homepage": "https://github.com/mayswind/AriaNg#readme" + "homepage": "http://ariang.mayswind.net/" }