6 Star 10 Fork 3

蓝飞 / websocket-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "websocket-lib",
"version": "3.3.0",
"description": "This is a lightweight WebSocket library for Node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "jsdoc2md index.js lib/*.js > docs/API.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lanfei/websocket-lib.git"
},
"keywords": [
"websocket",
"ws",
"socket",
"stream",
"realtime"
],
"author": "Lanfei",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lanfei/websocket-lib/issues"
},
"homepage": "https://github.com/Lanfei/websocket-lib#readme",
"devDependencies": {
"jsdoc-to-markdown": "^3.0.2"
}
}
NodeJS
1
https://gitee.com/lanfei/websocket-lib.git
git@gitee.com:lanfei/websocket-lib.git
lanfei
websocket-lib
websocket-lib
master

搜索帮助