├── .github └── pull_request_template.md ├── .gitignore ├── LICENSE ├── README.md ├── disconnect-when-backgrounded.js └── package.js /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixmaxhq/meteor-smart-disconnect/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixmaxhq/meteor-smart-disconnect/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixmaxhq/meteor-smart-disconnect/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixmaxhq/meteor-smart-disconnect/HEAD/README.md -------------------------------------------------------------------------------- /disconnect-when-backgrounded.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixmaxhq/meteor-smart-disconnect/HEAD/disconnect-when-backgrounded.js -------------------------------------------------------------------------------- /package.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mixmaxhq/meteor-smart-disconnect/HEAD/package.js --------------------------------------------------------------------------------