Add local weather caching mechanism

This commit is contained in:
Samer Albahra
2015-07-02 19:19:56 -05:00
parent 199399ff5e
commit 66b4d1ccbd
6 changed files with 122 additions and 24 deletions

View File

@@ -4,12 +4,13 @@
"version": "0.0.1",
"repository": "https://github.com/OpenSprinkler/Weather-Adjustments/",
"dependencies": {
"cron": "^1.0.9",
"dotenv": "^1.2.0",
"express": "^4.13.0",
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"mongoose": "^4.0.6",
"xml2js": "^0.4.9"
}
}