first commit

This commit is contained in:
编码猿
2024-09-27 01:06:04 +08:00
commit cbed24c40d
205 changed files with 8732 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
{
"name": "bmob开发文档",
"version": "0.2.6",
"description": "简单介绍Bmob以及如何注册、下载、嵌入使用SDK的方法等等",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"doxmate": "bin/doxmate",
"doxmate-build": "bin/doxmate-build",
"doxmate-theme": "bin/doxmate-theme"
},
"keywords": [
"documentation",
"dox"
],
"dependencies": {
"dox": "*",
"commander": "*",
"marked": "*",
"ejs": "*",
"ncp": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"author": "Jackson Tian",
"contributors": [
"JacksonTian <shyvo1987@gmail.com> (https://github.com/JacksonTian)",
"youxiachai <youxiachai@gmail.com> (https://github.com/youxiachai)"
],
"license": "MIT",
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/doxmate.git"
},
"bugs": {
"url": "https://github.com/JacksonTian/doxmate/issues"
}
}