Files
opensprinkler-weather/package.json
2015-07-06 17:02:36 -05:00

21 lines
502 B
JSON

{
"name": "os-weather-service",
"description": "OpenSprinkler Weather Service",
"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-jshint": "^0.11.2",
"mongoose": "^4.0.6",
"suncalc": "^1.6.0",
"xml2js": "^0.4.9"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2"
}
}