1 Star 0 Fork 1

bardian / vue-stomp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
擎天飞熊 提交于 2017-01-02 23:59 . 断开重连
{
"name": "vue-stomp",
"version": "0.0.5",
"description": "stomp over websocket in vue",
"main": "/dist/vue-stomp.js",
"scripts": {
"build": "webpack --progress --config webpack.build.config.js",
"test": "test vue-stomp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlySkyBear/vue-stomp.git"
},
"keywords": [
"vue",
"stomp",
"websocket"
],
"author": "WuJianLin",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlySkyBear/vue-stomp/issues"
},
"homepage": "https://github.com/FlySkyBear/vue-stomp#readme",
"devDependencies": {
"babel-core": "6.14.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-2": "6.5.0",
"sockjs-client": "^1.1.1",
"webstomp-client": "^1.0.3"
},
"dependencies": {
"sockjs-client": "^1.1.1",
"webstomp-client": "^1.0.3"
}
}
其他
1
https://gitee.com/zhurui536/vue-stomp.git
git@gitee.com:zhurui536/vue-stomp.git
zhurui536
vue-stomp
vue-stomp
master

搜索帮助