{ "name": "os-weather-service", "description": "OpenSprinkler Weather Service", "version": "0.0.1", "repository": "https://github.com/OpenSprinkler/Weather-Adjustments/", "scripts": { "test": "mocha test" }, "dependencies": { "cron": "^1.3.0", "dotenv": "^2.0.0", "express": "^4.16.3", "geo-tz": "^4.0.1", "grunt": "^1.0.2", "moment-timezone": "^0.5.17", "mongoose": "^4.13.13", "suncalc": "^1.8.0", "xml2js": "^0.4.19" }, "devDependencies": { "chai": "^3.0.0", "grunt-contrib-jshint": "^1.1.0", "hippie": "^0.5.1", "istanbul": "^0.4.5", "mocha": "^5.2.0", "nock": "^9.2.6" } }