UNPKG

purelog-storage-git

Version:

从git读取markdown文件,适用于Purelog

29 lines (28 loc) 567 B
{ "name": "purelog-storage-git", "version": "0.0.2", "description": "从git读取markdown文件,适用于Purelog", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/conis/purelog-storage-git" }, "keywords": [ "purelog", "storage", "github", "bit" ], "dependencies":{ "fs-extra": "*", "purelog-storage-local": "*", "strformat": "*" }, "devDependencies":{ }, "author": "conis", "license": "MIT" }