vuex-socketio
Version:
A Socket.io-client Plugin for Vuex
81 lines (80 loc) • 2.35 kB
JSON
{
"name": "vuex-socketio",
"description": "A Socket.io-client Plugin for Vuex",
"version": "0.3.7",
"main": "dist/vuex-socketio.min.js",
"author": "Mikhail Rogov",
"license": "MIT",
"scripts": {
"build": "webpack --progress --hide-modules",
"test": "npm run lint && npm run mocha",
"lint": "eslint src/ --ext .js",
"mocha": "NODE_ENV=test nyc --reporter=text mocha-webpack --recursive --webpack-config webpack.test.config.js \"src/**/*.test.js\"",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"homepage": "https://github.com/creynir/vuex-socketio",
"bugs": "https://github.com/creynir/vuex-socketio/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/creynir/vuex-socketio.git"
},
"files": [
"dist"
],
"dependencies": {
"socket.io-client": "^2.0.0"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "^6.22.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^6.2.5",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-rewire": "^1.1.0",
"babel-plugin-rewire-ignore-coverage": "^2.0.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^5.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-chai-expect": "^2.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.25.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^4.7.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^1.2.0",
"mocha": "^3.2.0",
"mocha-sinon": "^2.0.0",
"mocha-webpack": "^1.1.0",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"sinon": "^5.0.0",
"sinon-chai": "^2.14.0",
"sinon-stub-promise": "^4.0.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"vue": "^2.5.17",
"vuex": "^3.0.1",
"webpack": "^2.2.0-rc.3",
"webpack-node-externals": "^1.7.2"
},
"keywords": [
"vuejs",
"socket",
"vue",
"socket.io",
"websocket",
"socket.io-client",
"realtime",
"vuex",
"plugin",
"vuex-plugin"
]
}