core/package.json

32 lines
778 B
JSON
Raw Normal View History

2020-09-15 18:35:00 +08:00
{
2020-09-16 20:10:24 +08:00
"name": "@gm5/core",
2020-09-15 18:35:00 +08:00
"version": "3.2.6",
"type": "module",
"description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手",
2020-09-18 00:45:53 +08:00
"author": "yutent <yutent.io@gmail.com>",
2020-09-15 18:35:00 +08:00
"main": "index.js",
"dependencies": {
2020-09-18 00:45:53 +08:00
"crypto.js": "^2.0.1",
2020-09-16 14:08:06 +08:00
"@bytedo/es.shim": "^1.0.0",
2020-09-15 18:35:00 +08:00
"iofs": "^1.3.2",
"mysqli": "^3.0.11",
2020-09-16 20:10:24 +08:00
"@gm5/request": "^1.0.0",
"@gm5/response": "^1.0.0",
"@gm5/cookie": "^1.0.0",
2020-09-15 18:35:00 +08:00
"smartyx": "^1.3.1",
2020-09-16 20:10:24 +08:00
"ioredis": "^3.2.2"
2020-09-15 18:35:00 +08:00
},
"devDependencies": {},
"repository": {
"type": "git",
2020-09-16 14:08:06 +08:00
"url": "https://github.com/bytedo/gmf.core.git"
2020-09-15 18:35:00 +08:00
},
2020-09-18 00:45:53 +08:00
"keywords": [
"five, fivejs, node-five, five.js, nodejs, mvc, koa, express"
],
2020-09-15 18:35:00 +08:00
"engines": {
2020-09-16 14:08:06 +08:00
"node": ">=10.0.0"
2020-09-15 18:35:00 +08:00
},
"license": "MIT"
}