Update package.json to give fork a new name

This commit is contained in:
ViViDboarder 2018-11-28 18:00:52 -08:00
parent 6be42f38cc
commit 9fe76df799
1 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "casper",
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"name": "vivid-casper",
"description": "Minor tweaks from the default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
"version": "2.7.0",
"engines": {
@ -17,8 +17,8 @@
"test": "gscan ."
},
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"name": "ViViDboarder",
"email": "vividboarder@gmail.com",
"url": "https://ghost.org"
},
"gpm": {
@ -35,10 +35,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/Casper.git"
"url": "https://github.com/ViViDboarder/Casper.git"
},
"bugs": "https://github.com/TryGhost/Casper/issues",
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
"bugs": "https://github.com/ViViDboarder/Casper/issues",
"contributors": "https://github.com/ViViDboarder/Casper/graphs/contributors",
"devDependencies": {
"autoprefixer": "6.3.6",
"cssnano": "3.7.1",