kana
This commit is contained in:
parent
f4521f7aca
commit
19b7d67aec
@ -19,7 +19,7 @@ Nodejs 构建的 RESTful 风格 WEB API
|
|||||||
## Install
|
## Install
|
||||||
```bash
|
```bash
|
||||||
# clone 到本地
|
# clone 到本地
|
||||||
git clone ...
|
git clone https://github.com/InvisibleFuture/kana.git
|
||||||
|
|
||||||
# 切换到项目目录
|
# 切换到项目目录
|
||||||
cd shizukana
|
cd shizukana
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "shizukana",
|
"name": "kana",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "git@github.com:InvisibleFuture/shizukana.git",
|
"repository": "git@github.com:InvisibleFuture/kana.git",
|
||||||
"author": "satori <huan0016@gmail.com>",
|
"author": "satori <huan0016@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -16,4 +16,4 @@
|
|||||||
"nedb": "^1.8.0",
|
"nedb": "^1.8.0",
|
||||||
"string-random": "^0.1.3"
|
"string-random": "^0.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user