{
    "name": "atom-docs",
    "version": "1.0.2",
    "description": "build atom-docs",
    "main": "index.js",
    "repository": {
        "type": "gitlab"
    },
    "keywords": [
        "atom-docs",
        "atom",
        "atom-nico"
    ],
    "dependencies": {
        "commander": "*",
        "node.cmd": "*",
        "walk": "*"
    },
    "bin": "./bin/atom-docs",
    "author": {
        "name": "xshong2008",
        "email": "cheerwe@126.com"
    }
}