core/package.json

31 lines
776 B
JSON

{
"name": "node-five",
"version": "3.2.6",
"type": "module",
"description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手",
"author": "宇天 <yutent@doui.cc>",
"main": "index.js",
"dependencies": {
"crypto.js": "^1.3.1",
"es.shim": "^1.1.2",
"iofs": "^1.3.2",
"mysqli": "^3.0.11",
"http.request": "^1.1.0",
"http.response": "^1.0.2",
"http.cookie": "^1.0.2",
"smartyx": "^1.3.1",
"ioredis": "^3.2.2",
"mailx": "^0.0.11"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/yutent/five.git"
},
"keywords": ["five, fivejs, node-five, five.js, nodejs, mvc, koa, express"],
"engines": {
"node": ">=8.0.0"
},
"license": "MIT"
}
一个轻量级的,易学的,拓展性灵活的 nodejs MVC 框架, 5 分钟即可上手。取自"Give me five"之意, 一切就是这么简单
JavaScript 100%