UNPKG

webcom-as-promised

Version:
42 lines (41 loc) 920 B
{ "name": "webcom-as-promised", "version": "1.2.3", "main": "index.js", "description": "Promise wrapper for webcom library", "author": "Ehab Gamal", "license": "MIT", "contributors": [ { "name": "Ehab Gamal", "email": "ehab.g.sh@gmail.com" }, { "name": "Mohamad Gamal", "email": "mohamad.gamal.abdelhay@gmail.com" } ], "keywords": [ "realtime", "websocket", "backendless", "webcom", "promise" ], "homepage": "https://github.com/EhabGamal/webcom-as-promised#readme", "repository": { "type": "git", "url": "git+https://github.com/EhabGamal/webcom-as-promised.git" }, "bugs": { "url": "https://github.com/EhabGamal/webcom-as-promised/issues" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 0" }, "dependencies": { "axios": "^0.18.0", "webcom": "^2.6.0" }, "devDependencies": {} }