UNPKG

sg-socket-client

Version:
56 lines (55 loc) 1.42 kB
{ "name": "sg-socket-client", "version": "3.1.3", "description": "Web socket client for SUGOS", "main": "lib", "browser": "shim/browser", "scripts": { "test": "node ./ci/test.js", "test:browser": "node ./ci/test_browser.js", "prepare": "node ./ci/build.js && node ./ci/shim.js" }, "repository": "realglobe-Inc/sg-socket-client", "keywords": [ "SUGOS", "WebSocket" ], "author": { "name": "Taka Okunishi", "email": "okunishitaka.com@gmail.com", "url": "http://okunishitaka.com" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/realglobe-Inc/sg-socket-client/issues" }, "homepage": "https://github.com/realglobe-Inc/sg-socket-client#readme", "dependencies": { "asenv": "^2.0.2", "debug": "^3.1.0", "sg-socket-constants": "^1.6.2", "socket.io-client": "^2.0.4" }, "devDependencies": { "@babel/runtime": "^7.0.0-beta.40", "ababel": "^4.0.7", "amocha": "^5.0.0", "ape-formatting": "^1.0.2", "ape-releasing": "^4.0.4", "ape-tasking": "^4.0.8", "ape-tmpl": "^6.0.10", "ape-updating": "^4.1.1", "babel-preset-es2016": "^6.24.1", "babel-preset-es2017": "^6.24.1", "coz": "^7.0.1", "filedel": "^4.0.0", "injectmock": "^2.0.0", "sg-karma": "^1.0.5", "sg-socket": "^3.0.1", "sugos-travis": "^2.0.7" }, "engines": { "node": ">=7.6", "npm": ">=4" } }