4 Star 17 Fork 6

Hprose / hprose-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
Hprose 提交于 2018-02-02 09:19 . Update to 2.0.33
{
"name": "hprose-js",
"version": "2.0.33",
"description": "Hprose is a High Performance Remote Object Service Engine.",
"homepage": "https://github.com/hprose/hprose-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": "andot@hprose.com",
"url": "http://hprose.com/"
},
"directories": {
"lib": "dist/"
},
"main": "dist/hprose.src.js",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-lzmajs": "^1.2.1",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.5",
"promises-aplus-tests": "*"
},
"scripts": {
"aplus-tests": "promises-aplus-tests dist/hprose.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/hprose/hprose-js.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/hprose/hprose-js.git",
"basePath": "dist/",
"files": [
"hprose.src.js",
"FlashHttpRequest.swf"
]
},
"bugs": {
"url": "https://github.com/hprose/hprose-js/issues",
"email": "andot@hprose.com"
},
"license": "MIT"
}
JavaScript
1
https://gitee.com/andot/hprose-js.git
git@gitee.com:andot/hprose-js.git
andot
hprose-js
hprose-js
master

搜索帮助