32 lines
783 B
JSON
32 lines
783 B
JSON
{
|
|
"name": "@gm5/core",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手",
|
|
"author": "yutent <yutent.io@gmail.com>",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@gm5/session": "^1.1.1",
|
|
"@gm5/request": "^1.2.3",
|
|
"@gm5/response": "^1.3.1",
|
|
"@gm5/controller": "^1.0.0",
|
|
"@gm5/jwt": "^1.1.0",
|
|
"@gm5/views": "^1.0.0",
|
|
"crypto.js": "^3.1.0",
|
|
"es.shim": "^2.0.1",
|
|
"iofs": "^1.5.3"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytedo/gmf.core.git"
|
|
},
|
|
"keywords": [
|
|
"five, fivejs, node-five, five.js, nodejs, mvc, koa, express"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|
JavaScript
100%