{ "name": "sample-api", "version": "1.0.0", "description": "Express Hello World sample", "main": "app.js", "author": "George Ilyes", "license": "MIT", "dependencies": { "express": "^4.14.0", "cors": "^2.8.1" } }