fix(config): Update package metadata
This commit is contained in:
parent
ece2ea1936
commit
b20ba578cb
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "fcc-api-projects-boilerplate",
|
"name": "timestamp-by-fcc",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "An FCC Backend Challenge",
|
"description": "A timestamp generator based on the FCC challenge",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node --watch index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.12.4",
|
"express": "^4.12.4",
|
||||||
|
@ -12,12 +12,12 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/freeCodeCamp/boilerplate-project-timestamp.git"
|
"url": "https://codeberg.org/buzzcode2007/fcc-project-timestamp.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
"url": "https://codeberg.org/buzzcode2007/fcc-project-timestamp/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/freeCodeCamp/boilerplate-project-timestamp#readme",
|
"homepage": "https://codeberg.org/buzzcode2007/fcc-project-timestamp#readme",
|
||||||
"author": "freeCodeCamp <team@freecodecamp.org>",
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue