Add the ability to parse XML from WSI history API

This commit is contained in:
Samer Albahra
2015-07-01 19:57:01 -05:00
parent 664cc3666a
commit 712792679a
2 changed files with 31 additions and 2 deletions

View File

@@ -2,12 +2,14 @@
"name": "os-weather-service",
"description": "OpenSprinkler Weather Service",
"version": "0.0.1",
"repository": "https://github.com/OpenSprinkler/Weather-Adjustments/",
"dependencies": {
"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"
"grunt-jscs": "^1.8.0",
"xml2js": "^0.4.9"
}
}