diff --git a/package.json b/package.json index 7dcf5e6..aa87f33 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,10 @@ { - "name": "fcc-learn-npm-package-json", + "name": "freecodecamp-npm-tutorial", + "author": "buzzcode2007", + "description": "Testing playground for APIs", + "keywords": [ "testing", "back-end", "APIs", "freecodecamp" ], + "license": "BSD", + "version": "0.0.1", "dependencies": { "express": "^4.14.0" }, @@ -9,6 +14,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/freeCodeCamp/boilerplate-npm.git" + "url": "https://github.com/buzz-lightsnack-2007/boilerplate-npm.git" } }