UNPKG

newbeely-nodejs

Version:

简单易用的轻量级nodejs服务框架. 框架简单到只有组件逻辑,不同的组件提供不同的服务,使用外部的配置文件(只有一个配置文件)方便的组合成一个完整的服务框架. 整个服务使用bearcat(网易开源的nodejs面向切面编程的轻量级框架(AOP))管理,极大的解耦组件间的耦合.(关于代码热更新后续开放).

44 lines (42 loc) 914 B
{ "name": "newbeely-nodejs", "version": "1.3.9", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Gandalfull/newbeely-nodejs.git" }, "bin": { "newbeely": "./bin/newbeely" }, "keywords": [ "nodejs", "bearcat" ], "author": "Gandalfull", "license": "ISC", "bugs": { "url": "https://github.com/Gandalfull/newbeely-nodejs/issues" }, "homepage": "https://github.com/Gandalfull/newbeely-nodejs#readme", "dependencies": { "async": "x", "bearcat": "x", "crc32": "x", "express": "x", "mongoose": "x", "redis": "x", "underscore": "x", "pomelo-logger": "x", "pomelo-scheduler": "x", "rangedate": "x", "multer": "x", "generic-pool": "x", "commander": "2.0.0", "mkdirp": "0.3.3" } }