mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 12:16:29 +00:00
34 lines
722 B
JSON
34 lines
722 B
JSON
{
|
|
"name": "vue-mqtt",
|
|
"version": "2.0.3",
|
|
"description": "Connect to mqtt through websocket, implementation for Vuejs 2",
|
|
"homepage": "https://github.com/nik-zp/vue-mqtt",
|
|
"main": "dist/build.js",
|
|
"scripts": {
|
|
"build": "webpack --progress --hide-modules"
|
|
},
|
|
"keywords": [
|
|
"vuejs",
|
|
"socket",
|
|
"vue",
|
|
"mqtt",
|
|
"websocket",
|
|
"realtime"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nik-zp/vue-mqtt.git"
|
|
},
|
|
"author": "Nikolai Paschenko",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mqtt": "^2.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"webpack": "^2.7.0"
|
|
}
|
|
}
|