Package.json issue in node.js project

Hi all,
I am stuck on the beginning of API and node.js project in FCC.
the first lesson, I am unable to complete it.

Here is my code in glitch


{
 
   "author": "Maneesh Kumar",
  "name": "hello-express",
  "version": "0.0.1",
  "description": "A simple Node app built on Express, instantly up and running.",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.16.4"
  },
  "engines": {
    "node": "8.x"
  },
  "repository": {
    "url": "https://glitch.com/edit/#!/hello-express"
  },
  "license": "MIT",
  "keywords": [
    "node",
    "glitch",
    "express"
  ]
 
}

then I copied the glitch app url and tested on the FCC site. After running test, it does not gives error but i am unable to complete the test .

I need you guys help.

Thanks

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

Make sure you have the right starting boilerplate. Login to Glitch with Github and then click the starter link.