github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/sockjs-client-1.1.0/bower.json (about) 1 { 2 "name": "sockjs-client", 3 "homepage": "http://sockjs.org", 4 "authors": [ 5 "Bryce Kahle <bkahle@gmail.com>" 6 ], 7 "description": "Realtime library that provides a cross-browser, low latency, full duplex, cross-domain communication channel that behaves like a native WebSocket object.", 8 "main": "dist/sockjs.js", 9 "keywords": [ 10 "realtime", 11 "websockets", 12 "sockjs" 13 ], 14 "repository": { 15 "type": "git", 16 "url": "git://github.com/sockjs/sockjs-client.git" 17 }, 18 "license": "MIT", 19 "ignore": [ 20 "**/.*", 21 "bin", 22 "lib", 23 "node_modules", 24 "bower_components", 25 "test", 26 "tests" 27 ] 28 }