online-listener
Version:
RXJS Observable based tool to identify when your browser if offline/online
37 lines (36 loc) • 955 B
JSON
{
"name": "online-listener",
"version": "3.0.0",
"description": "RXJS Observable based tool to identify when your browser if offline/online",
"main": "dist/online-listener.umd.js",
"module": "dist/online-listener.esm.js",
"repository": "git@github.com:CanopyTax/online-listener.git",
"author": "Justin McMurdie",
"license": "MIT",
"keywords": [
"offline",
"event",
"RXJS"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"watch": "rollup -c --watch"
},
"browserslist": [
"extends browserslist-config-canopy"
],
"peerDependencies": {
"rxjs": "^6.5.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"browserslist-config-canopy": "^3.1.0",
"rimraf": "^2.6.3",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-babel-minify": "^8.0.0",
"rollup-plugin-node-resolve": "^4.2.3"
}
}