1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "vue-native-websocket",
- "version": "2.0.15",
- "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",
- "unit": "karma start test/unit/karma.conf.js",
- "test": "karma start test/unit/karma.conf.js --single-run "
- },
- "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",
- "chai": "^4.0.2",
- "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",
- "exports-loader": "^0.6.4",
- "karma": "^1.7.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.1",
- "karma-mocha": "^1.3.0",
- "karma-sinon-chai": "^1.3.1",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-spec-reporter": "^0.0.31",
- "karma-webpack": "^2.0.3",
- "mocha": "^3.4.2",
- "mock-socket": "^6.1.0",
- "script-loader": "^0.7.0",
- "sinon": "^2.3.6",
- "sinon-chai": "^2.11.0",
- "vue": "^2.3.4",
- "webpack": "^3.0.0"
- },
- "dependencies": {}
- }
|