{
    "name": "local-weather",
    "version": "1.0.1",
    "description": "Obtaining local weather infomation.",
    "main": "index.js",
    "bin": {
        "weather": "./index.js"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
        "axios": "^0.16.2"
    }
}
