26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"name": "os-weather-service",
|
|
"description": "OpenSprinkler Weather Service",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/OpenSprinkler/Weather-Adjustments/",
|
|
"scripts": {
|
|
"test": "mocha --exit test"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^6.0.0",
|
|
"express": "^4.16.3",
|
|
"geo-tz": "^4.0.1",
|
|
"grunt": "^1.0.3",
|
|
"moment-timezone": "^0.5.17",
|
|
"suncalc": "^1.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"hippie": "^0.5.2",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.2.0",
|
|
"nock": "^9.2.6"
|
|
}
|
|
}
|