更新依赖

v1
宇天 2020-09-18 00:45:53 +08:00
parent b772d40fd8
commit 5926f2f7ec
1 changed files with 5 additions and 3 deletions

View File

@ -3,10 +3,10 @@
"version": "3.2.6",
"type": "module",
"description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手",
"author": "宇天 <yutent@doui.cc>",
"author": "yutent <yutent.io@gmail.com>",
"main": "index.js",
"dependencies": {
"crypto.js": "^1.3.1",
"crypto.js": "^2.0.1",
"@bytedo/es.shim": "^1.0.0",
"iofs": "^1.3.2",
"mysqli": "^3.0.11",
@ -21,7 +21,9 @@
"type": "git",
"url": "https://github.com/bytedo/gmf.core.git"
},
"keywords": ["five, fivejs, node-five, five.js, nodejs, mvc, koa, express"],
"keywords": [
"five, fivejs, node-five, five.js, nodejs, mvc, koa, express"
],
"engines": {
"node": ">=10.0.0"
},