{
    "name": "app-service-hello-world",
    "description": "Simple Hello World Node.js sample for Azure App Service",
    "version": "0.0.1",
    "private": true,
    "license": "MIT",
    "author": "Microsoft",
    "engines": {
        "node": "8.1.4",
        "npm": ">=4.2.0 <=4.6.1"
    },
    "dependencies": {
        "sleeveforarm": "*",
        "applicationinsights": "0.22.0",
        "winston": "2.3.1"
    },
    "scripts": {
        "start": "node index.js"
    }
}
