open-weather-map-city-list
Version:
Open Weather Map City List
28 lines (27 loc) • 637 B
JSON
{
"name": "open-weather-map-city-list",
"version": "1.0.2",
"description": "Open Weather Map City List",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bulentv/open-weather-map-city-list.git"
},
"author": "Bulent Vural <bulentv@gmail.com>",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/bulentv/open-weather-map-city-list/issues"
},
"homepage": "https://github.com/bulentv/open-weather-map-city-list#readme",
"scripts": {
"test": "node test.js"
},
"keywords": [
"open",
"weather",
"map",
"city",
"list"
]
}