{ "name": "today", "version": "1.0.0", "description": "Today Emailer", "main": "todayV2.js", "scripts": { "start": "nvm run 8 todayV2.js" }, "repository": { "type": "git", "url": "https://gitlab.silvrtree.co.uk/martind2000/today.git" }, "author": "", "license": "ISC", "dependencies": { "cheerio": "^1.0.0-rc.2", "cloudant": "^1.8.0", "dateformat": "^3.0.2", "elapsed": "0.0.7", "fecha": "^2.3.2", "feedme": "^1.1.2", "fitbit-oauth2": "0.0.1", "forecast.io": "0.0.11", "ftse": "^1.0.6", "jsonfile": "^4.0.0", "lodash": "^4.17.4", "log4js": "^2.3.10", "node-cron": "^1.2.1", "node-localstorage": "^1.3.0", "pug": "^2.0.4", "request": "^2.83.0", "smtp-email-sender": "^1.0.0", "string": "^3.3.3", "sugar": "^2.0.4", "sugar-date": "^2.0.4", "ultrases": "^0.1.3", "xmljson": "^0.2.0" }, "engines": { "node": ">= 8.1.0" }, "devDependencies": { "ava": "1.0.0-beta.8", "pretty-ms": "^3.1.0" } }