ournet.data.weather
Version:
ournet weather data
38 lines (37 loc) • 842 B
JSON
{
"name": "ournet.data.weather",
"version": "0.7.1",
"description": "ournet weather data",
"main": "./lib/index.js",
"scripts": {
"test": "mocha -R spec -t 5000",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/Ournet/ournet.data.weather.git"
},
"keywords": [
"ournet",
"data",
"weather"
],
"author": "Dumitru Cantea",
"license": "ISC",
"dependencies": {
"bluebird": "^3.1.1",
"debug": "^2.2.0",
"lodash": "^4.0.0",
"metno-client": "^0.1.7",
"metno-symbols": "^0.1.1",
"moment-timezone": "^0.5.1",
"ournet.utils": "^0.1.0",
"request": "^2.69.0",
"vogels-helpers": "^0.1.4",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mocha": "^2.4.5",
"object-hash": "^1.1.5"
}
}