27 lines
606 B
JSON
27 lines
606 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": "^1.2.0",
|
|
"express": "^4.13.0",
|
|
"grunt": "^0.4.5",
|
|
"mongoose": "^4.0.6",
|
|
"xml2js": "^0.4.9"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.0.0",
|
|
"codecov.io": "^0.1.5",
|
|
"grunt-contrib-jshint": "^0.11.2",
|
|
"hippie": "^0.4.0",
|
|
"istanbul": "^0.3.17",
|
|
"mocha": "^2.2.5",
|
|
"nock": "^2.7.0"
|
|
}
|
|
}
|