Files
opensprinkler-weather/package.json
2019-05-06 15:56:14 +01:00

29 lines
661 B
JSON

{
"name": "os-weather-service",
"description": "OpenSprinkler Weather Service",
"version": "1.0.2",
"repository": "https://github.com/OpenSprinkler/Weather-Weather",
"scripts": {
"test": "mocha --exit test",
"start": "node server"
},
"dependencies": {
"cors": "^2.8.5",
"cron": "^1.3.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"geo-tz": "^4.0.2",
"grunt": "^1.0.4",
"moment-timezone": "^0.5.25",
"suncalc": "^1.8.0"
},
"devDependencies": {
"chai": "^4.2.0",
"grunt-contrib-jshint": "^1.1.0",
"hippie": "^0.5.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nock": "^9.6.1"
}
}