14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"name": "os-weather-service",
|
|
"description": "OpenSprinkler Weather Service",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"dotenv": "^1.2.0",
|
|
"express": "^4.13.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-compress": "^0.13.0",
|
|
"grunt-contrib-jshint": "^0.11.2",
|
|
"grunt-jscs": "^1.8.0"
|
|
}
|
|
}
|