5 Star 19 Fork 6

Hprose / hprose-nodejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Hprose 提交于 2018-06-14 13:15 . Removed index.d.ts
{
"name": "hprose",
"version": "2.0.51",
"homepage": "https://github.com/hprose/hprose-nodejs",
"description": "hprose for node.js",
"keywords": [
"hprose",
"rpc",
"webservice",
"websocket",
"http",
"ajax",
"json",
"jsonrpc",
"cross-language",
"cross-platform",
"cross-domain",
"html5",
"serialize",
"serialization",
"protocol",
"web",
"service",
"framework",
"library",
"game",
"communication",
"middleware",
"webapi",
"async",
"batch",
"multicall",
"future",
"promise",
"comet",
"push",
"pub-sub",
"publish",
"subscribe",
"idempotent",
"oneway",
"promises-aplus"
],
"author": {
"name" : "Ma Bingyao",
"email" : "mabingyao@gmail.com",
"url": "http://hprose.com/"
},
"directories": {
"lib": "lib/"
},
"main": "lib/hprose.js",
"optionalDependencies": { "ws": ">=4.0.0" },
"devDependencies": {
"promises-aplus-tests": "*"
},
"scripts": {
"aplus-tests": "promises-aplus-tests lib/hprose"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/hprose/hprose-nodejs.git"
},
"bugs": {
"url": "https://github.com/hprose/hprose-nodejs/issues",
"email": "andot@hprose.com"
},
"license" : "MIT"
}
JavaScript
1
https://gitee.com/andot/hprose-nodejs.git
git@gitee.com:andot/hprose-nodejs.git
andot
hprose-nodejs
hprose-nodejs
master

搜索帮助