{
  "name": "sample-express-server",
  "version": "1.0.0",
  "description": "sample",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ceroloy/sample-express-app"
  },
  "keywords": [
    "IBM",
    "Cloud"
  ],
  "author": "IBM",
  "license": "Apache-2.0",
  "dependencies": {
    "express": "^4.16.2",
    "node-execution-context": "^1.0.1"
  }
}
