Files
opensprinkler-weather/package.json
2016-06-04 01:54:55 -05:00

30 lines
689 B
JSON

{
"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.0.9",
"dotenv": "^2.0.0",
"express": "^4.13.0",
"grunt": "^1.0.1",
"moment-timezone": "^0.5.4",
"mongoose": "^4.0.6",
"suncalc": "^1.6.0",
"timezoner": "^0.1.9",
"xml2js": "^0.4.9"
},
"devDependencies": {
"chai": "^3.0.0",
"codecov.io": "^0.1.5",
"grunt-contrib-jshint": "^1.0.0",
"hippie": "^0.5.0",
"istanbul": "^0.4.3",
"mocha": "^2.2.5",
"nock": "^8.0.0"
}
}