IOTConnect-Web/node_modules/vue-mqtt/package.json

34 lines
722 B
JSON
Raw Normal View History

2024-05-09 01:49:52 +00:00
{
"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"
}
}