{
    "name": "@licq/git",
    "version": "2.0.0",
    "description": "封装一些操作git信息的方法",
    "main": "index.js",
    "keywords": [
        "nodejs",
        "ostwindli",
        "ostwind",
        "git"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ostwindli/asenal.git"
    },
    "scripts": {
        "test": "node index.test.js",
        "docs": "node ../../scripts/jsdocs.js git",
        "pub": "node ../../scripts/publish.js git"
    },
    "author": "ostwindli<9837438@qq.com>",
    "license": "MIT",
    "devDependencies": {}
}