Managing Packages with Npm can't share my link

Tell us what’s happening:
I am doing the first exercice of node so it’s just add author in JSON file and after i put my link of my code,I ask for verification and tell me I don’t author correct in my JSON,I don’t understant it’s exactly the same than the answer ???

Your code so far
You can see my code here :
{
“name”: “fcc-learn-npm-package-json”,
“author”: “Jane Doe”,
“dependencies”: {
“express”: “^4.14.0”
},
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”
},
“engines”: {
“node”: “8.11.2”
},
“repository”: {
“type”: “git”,
“url”: “https://idontknow/todo.git
}
}
Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

are you using the link to the live app? can you share the link you are submitting and the link to your project?

I put this link : https://repl.it/@JeanMaxime/boilerplate-npm-1#package.json

you need to submit the link above the preview on the right, also make sure your app is running before submitting

similar to this:
image

The website answer me the same error :

the test timed out, is your app running?

yes it’s running

I have submitted your link and it passes for me, I have no idea :woman_shrugging:

very strange I don’t understand because i didn’t do mistake

miracle I don’t know why it works ??? Why ???

yes, if I submit it it passes

coudl have been old cache or something

when you change the submitted link maybe try also reloading the page

yeah that’s wright I reload the page before and I probably delete the cache but it still weird. Anyway thank you very much