3 Star 1 Fork 0

Gitee 极速下载/micromono

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/lsm/micromono
克隆/下载
package.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
lsm 提交于 2017-06-13 14:03 . 0.10.1
{
"name": "micromono",
"version": "0.10.1",
"description": "Monolithic micro-services framework",
"main": "lib/index.js",
"bin": {
"micromono": "./bin/micromono"
},
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"test": "npm test",
"release": "npm run release-patch",
"release-patch": "git checkout master && mversion patch -m \"%s\" -t \"%s\" && git push origin master --tags && npm publish",
"release-minor": "git checkout master && mversion minor -m \"%s\" -t \"%s\" && git push origin master --tags && npm publish",
"release-major": "git checkout master && mversion major -m \"%s\" -t \"%s\" && git push origin master --tags && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/lsm/micromono.git"
},
"keywords": [
"microservices",
"service",
"framework",
"micro-services",
"monolithic",
"web",
"rpc",
"message",
"websockets",
"rest",
"restful",
"router",
"app",
"api"
],
"author": "lsm <liusenmiao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsm/micromono/issues"
},
"homepage": "https://github.com/lsm/micromono",
"dependencies": {
"callsite": "1.0.0",
"cmdenv": "0.5.0",
"debug": "2.6.8",
"engine.io": "3.1.0",
"express": "4.15.3",
"http-proxy": "1.16.2",
"ip": "1.1.5",
"jdad": "0.2.0",
"js-args-names": "0.0.2",
"jspm": "0.16.53",
"lodash.assign": "4.2.0",
"lodash.difference": "4.5.0",
"lodash.isplainobject": "4.0.6",
"lodash.merge": "4.6.0",
"lodash.toarray": "4.4.0",
"lodash.union": "4.6.0",
"msgpack-lite": "0.1.26",
"socketmq": "0.10.1",
"superpipe": "0.14.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/micromono.git
git@gitee.com:mirrors/micromono.git
mirrors
micromono
micromono
master

搜索帮助