first commit
1
Swoft_BackEndApi/app/Utils/bmob/doc_develop/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
c19a74f2-c9dd-44fd-ae5d-9d4ce7fb780d
|
||||
10
Swoft_BackEndApi/app/Utils/bmob/doc_develop/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
TESTS = test/*.js
|
||||
REPORTER = spec
|
||||
TIMEOUT = 5000
|
||||
MOCHA = ./node_modules/mocha/bin/mocha
|
||||
|
||||
test:
|
||||
@npm install
|
||||
@$(MOCHA) --reporter $(REPORTER) --timeout $(TIMEOUT) $(MOCHA_OPTS) $(TESTS)
|
||||
|
||||
.PHONY: test
|
||||
2463
Swoft_BackEndApi/app/Utils/bmob/doc_develop/README.md
Normal file
1
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
46d94b12-2686-44c9-8a09-9991ff9a7448
|
||||
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/Masterkey.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/acl.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/anchor.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/createline.jpg
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/defaultacl.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 215 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/likes.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/post1.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/postB.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/postdelete.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/postupdate.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/pushmsg.jpg
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/readonly.jpg
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/relation.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/setting.jpg
Normal file
|
After Width: | Height: | Size: 176 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/sms.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 17 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/userA.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
Swoft_BackEndApi/app/Utils/bmob/doc_develop/image/usertable.jpg
Normal file
|
After Width: | Height: | Size: 194 KiB |
46
Swoft_BackEndApi/app/Utils/bmob/doc_develop/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||