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