@mokelao/leancloud-library
Version:
基于leancloud的js封装库
20 lines (19 loc) • 413 B
JSON
{
"source": {
"include": [
"package.json",
"README.md",
"./src"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins":["plugins/markdown"],
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/docdash"
}
}