"Timeout has occurred"

challenge - Managing Packages with Npm - How to Use package.json, the Core of Any Node.js Project or npm Package

i got stuck in this challenge i pasted glitch share app link it showing “Timeout has occurred”

please help me

When I see Timeout has occurred, I try submit my link app again.

:thinking: Your code? What do link submit you?

https://trail-scarecrow.glitch.me

this is the link

i tried n number of times submiting

I cannot see your code / app.

imagen

Please, your json?

{
“name”: “fcc-learn-npm-package-json”,
“dependencies”: {
“express”: “^4.14.0”,
“moment”: “2.14.0”
},

"main": "server.js",
"scripts": {
	"start": "node server.js"
},
"engines": {
	"node": "8.11.2"
},
"repository": {
	"type": "git",
	"url": "https://idontknow/todo.git"
},

author:“mohammed rabiulla”,
“description”: “I am learning node”,
“keywords”: [ “freecodecamp”, “learning node”, “online” ],
“license”: “MIT”,
“version”: “1.2”
}

which link should i use ? i have used from share button in left side.

is this correct?

imagen
You submit the app link. You are right. For now.

Try:

  1. author -> "author"
  2. Add the keys at beginning.

i have done this but still same issue