{
    "name": "xxb",
    "version": "1.0.2",
    "description": "A commandline-tool to check the fund income",
    "main": "index.js",
    "preferGlobal": "true",
    "bin": {
        "xxb": "./bin/xxb"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/coolzilj/xxb"
    },
    "keywords": [
        "fund",
        "cli"
    ],
    "author": {
        "name": "Liu Jin",
        "url": "http://liujin.me"
    },
    "licenses": [{
        "type": "MIT",
        "url": "https://github.com/coolzilj/xxb/blob/master/LICENSE"
    }],
    "bugs": {
        "url": "https://github.com/coolzilj/xxb/issues"
    },
    "dependencies": {
        "async": "~0.2.10",
        "cli-table": "https://github.com/katoy/cli-table/tarball/kanjiWidth",
        "npmlog": "0.0.6",
        "request": "~2.34.0",
        "cheerio": "~0.13.1",
        "iconv-lite": "~0.2.11"
    }
}
