2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-17 05:09:39 +03:00
Files
vue-native-websocket/package.json
T

44 lines
1.1 KiB
JSON
Executable File

{
"name": "vue-native-websocket",
"version": "1.0.0",
"description": "native websocket implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {
"build": "eslint --ext .js src && webpack --progress --hide-modules",
"lint": "eslint --ext .js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathantsoi/vue-native-websocket.git"
},
"keywords": [
"vuejs",
"socket",
"vue",
"websocket",
"realtime",
"flux",
"vuex",
"redux"
],
"author": "Nathan Tsoi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathantsoi/vue-native-websocket/issues"
},
"homepage": "https://github.com/nathantsoi/vue-native-websocket#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"webpack": "^2.5.1"
}
}