core/package.json

29 lines
747 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",
"version": "1.0.0",
2020-09-15 18:35:00 +08:00
"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 18:14:47 +08:00
"@gm5/session": "^1.0.0",
"@gm5/request": "^1.2.1",
"@gm5/response": "^1.3.1",
"@gm5/controller": "^1.0.0",
"@gm5/jwt": "^1.1.0",
2020-09-18 18:14:47 +08:00
"crypto.js": "^2.0.1",
"es.shim": "^2.0.1",
"iofs": "^1.5.0"
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 18:14:47 +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"
}