UNPKG

@voicenter-team/vsip

Version:
51 lines (50 loc) 1.08 kB
{ "name": "@voicenter-team/vsip", "version": "1.1.63", "description": "A vue based jssip wrapper.", "main": "index.js", "files": [ "index.js", "config/enum.js", "helpers" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue", "vuejs", "vuex", "sip", "jssip" ], "repository": { "type": "git", "url": "git+https://github.com/VoicenterTeam/vsip.git" }, "author": "bohdan.konechniy@gmail.com", "bugs": { "url": "https://github.com/VoicenterTeam/vsip/issues" }, "homepage": "https://github.com/VoicenterTeam/vsip#readme", "license": "ISC", "dependencies": { "generate-unique-id": "^2.0.1", "jssip": "^3.4.0", "loglevel": "^1.7.1", "p-iteration": "^1.1.8" }, "devDependencies": { "eslint": "^6.7.2", "babel-eslint": "^10.0.3" }, "eslintConfig": { "extends": [ "eslint:recommended" ], "parserOptions": { "parser": "babel-eslint" }, "rules": {} } }