weatherapi
Version:
A module to retrieve information about weather from api.worldweatheronline.com
28 lines (27 loc) • 640 B
JSON
{
"name": "weatherapi",
"version": "0.0.8",
"description": "A module to retrieve information about weather from api.worldweatheronline.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mariuskubilius/weatherapi.git"
},
"keywords": [
"weather",
"World",
"Weather",
"Online"
],
"author": "Marius Kubilius",
"license": "BSD",
"dependencies": {
"underscore": "*"
},
"readmeFilename": "README.md",
"gitHead": "91bf204c2fb083b66eeb744aa80c719c000fcd02",
"devDependencies": {}
}