From 3d46b65d674935c2b0d813fe19b4022dad3aae32 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 22 Aug 2016 10:47:18 +0100 Subject: [PATCH] Update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 96c0a95..fa56506 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { - "author": "Roel van Uden", - "description": "CrunchyRoll.js is capable of downloading anime episodes from the popular CrunchyRoll streaming service.", + "author": "Godzil", + "description": "Crunchy.js is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.", "keywords": [ "anime", "download", "crunchyroll" ], - "name": "crunchyroll", + "name": "crunchy", "repository": { "type": "git", - "url": "git://github.com/Deathspike/crunchyroll.js.git" + "url": "git://github.com/Godzil/crunchyroll.js.git" }, - "version": "1.1.5", + "version": "1.1.6", "bin": { - "crunchyroll": "./bin/crunchyroll" + "crunchy": "./bin/crunchy" }, "dependencies": { "big-integer": "1.4.4",